Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 基于Shibboleth元数据文件的IDP连接_.net_Single Sign On_Shibboleth - Fatal编程技术网

.net 基于Shibboleth元数据文件的IDP连接

.net 基于Shibboleth元数据文件的IDP连接,.net,single-sign-on,shibboleth,.net,Single Sign On,Shibboleth,我正在连接WGU(西部州长大学)idp与我们的Shibboleth服务提供商。我们没有idp元数据url,但有idp元数据文件 如何从我们的服务提供商连接到idp 谢谢 Pradeep Kumar您的身份提供者(IdP)将提供元数据文件或指向该元数据文件的链接。在该文件中,将定义端点,告诉您的SP(服务提供商)将用户发送到何处进行身份验证。您可以通过文件shibboleth2.xml中的部分告知Shibboleth SP此元数据文件的位置。您可能还需要将元数据提供给IdP。我在Shibbolet

我正在连接WGU(西部州长大学)idp与我们的Shibboleth服务提供商。我们没有idp元数据url,但有idp元数据文件

如何从我们的服务提供商连接到idp

谢谢


Pradeep Kumar

您的身份提供者(IdP)将提供元数据文件或指向该元数据文件的链接。在该文件中,将定义端点,告诉您的SP(服务提供商)将用户发送到何处进行身份验证。您可以通过文件
shibboleth2.xml
中的
部分告知Shibboleth SP此元数据文件的位置。您可能还需要将元数据提供给IdP。

我在Shibboleth.xml文件中设置了下面的MetadataProvider标记。在SessionMonitor中,标记EntityID应该是Url。但在他们提供的idp元数据文件中,identityID值是“edu.wgu”。如果在SessionMonitor标记中设置此entityID值,则会抛出一个错误“无法访问idetitymetadata(edu.wgu)”。首先,实体ID通常是URL,但不一定是URL:它们仅用作标识符。其次,在您的问题“如何处理基于文件的元数据”中,您指的是哪些元数据:您的元数据还是IDP元数据。