简体   繁体   中英

Implement single signon (SSO) using SAML in java and AzureAD as IDP

I want to implement Single signOn on my web application using SAML where Azure Ad will be the Identity Provider. i need to know What is entityId, appId and and how to create metadata.xml.

The details you seek are available in this site https://docs.microsoft.com/en-us/azure/active-directory/develop/azure-ad-federation-metadata All the details present in FederationMetadata.xml file depends on what is configured on Azure AD. As a Web application developer, you don't need to create this XML file. It should be provided by the person who is managing Azure AD. If you are the person managing Azure AD also, then you can download it from there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM