简体   繁体   English

AzureAD 企业应用程序 SAML2.0 元数据文件不包含附加声明

[英]AzureAD Enterprise Application SAML2.0 Metadata file doesn't include additionnal claims

When I edit the claims in my SAML Azure Enterprise application, the metadata file never changes.当我在 SAML Azure Enterprise 应用程序中编辑声明时,元数据文件永远不会更改。

I tried to rename the attribute emailAddress to email , then saving the claims, but they never update in the XML file.我尝试将属性emailAddress重命名为email ,然后保存声明,但它们从未在 XML 文件中更新。

My service provider keeps telling me to update my metadata file, but I can't seem to find anything in the UI to refresh it.我的服务提供商一直告诉我更新我的元数据文件,但我似乎在 UI 中找不到任何东西来刷新它。

I tried generating a new certificate, but it didn't change the XML file (except the certificate signature maybe).我尝试生成一个新证书,但它没有更改 XML 文件(证书签名可能除外)。

How can I force Azure to update my app's metadata so I can provide a complete file with claims to my SP?如何强制 Azure 更新我的应用程序的元数据,以便我可以提供包含我的 SP 声明的完整文件?

It's not supported to see the custom claims added to the app on Azure Portal in the metadata file currently.目前不支持在元数据文件中查看添加到 Azure Portal 上的应用程序的自定义声明。

There is a PS / Graph API approach (in preview) for customizing claims: Claims mapping policy assignment .有一种用于自定义声明的 PS / Graph API 方法(预览版): 声明映射策略分配

See a similar question here .在这里看到一个类似的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我的AzureAD-注册的应用程序无权做任何事情……? - My AzureAD - registered application doesn't have the rights to do anything …? Azure Active Directory SAML2.0 身份验证的用户属性映射 web 应用程序 - User attributes mapping for Azure Active Directory SAML2.0 authenticated web app 列出有权访问企业应用程序AzureAD RBAC的组 - List groups which has access to Enterprise application AzureAD RBAC 图 API 正在从我在 AzureAD 中的企业应用程序中删除证书 - Graph API is removing certificates from my Enterprise Application in AzureAD AzureAD SAML SSO身份验证时间 - AzureAD SAML SSO Authentication Time 将 Microsoft Azure SAML 2.0 安装到 iOS 应用程序中 - Setup Microsoft Azure SAML 2.0 into iOS application Azure B2C 包括应用程序权限作为令牌中的声明 - Azure B2C include application permissions as claims in the Token 无法打开元数据文件-PE映像不包含托管元数据 - Metadata file could not be opened — PE image doesn't contain managed metadata 使用 Reactjs .NET Core 应用程序实现单点登录(saml2)Azure AD(企业应用程序) - Implement single sign on(saml2) Azure AD(Enterprise Application) with Reactjs .NET Core Application 如何使用API​​在Azure Active Directory(作为IDP)和企业应用程序之间配置SAML联盟? - How to configure SAML Federation between Azure Active Directory (as IDP) and an Enterprise Application using apis?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM