IdenitityServer WsFederation声明

时间:2015-04-28 15:15:20

标签: ws-federation claims eid identityserver3

我正在使用WsFederation协议使用外部IdentityProvider设置IdentityServerv3。

为了添加提供商我已经遵守了代码,但我不明白我如何阅读声明,如姓名,名字,此提供商给出的照片。

var eContract = new WsFederationAuthenticationOptions
{
    AuthenticationType = "EId",
    Caption = "E-Id",
    SignInAsAuthenticationType = signInAsType,
    MetadataAddress =
        "https://www.e-contract.be/eid-idp/endpoints/ws-federation/metadata/auth-ident-metadata.xml",
    Wtrealm = "https://localhost:44333/core",
};
app.UseWsFederationAuthentication(eContract);

我知道例如照片应该是 be:fedict:eid:idp:photo

0 个答案:

没有答案