Microsoft Azure
Last updated
Last updated
Applications created with Microsoft Azure support single sign-on and can be used to sign in to Labii.
Create an application. Please make sure to select Non-gallery.
Once created, go to the application and select Single sign-on on the left panel. Click SAML as the SSO method.
Basic SAML Configuration:
Identifier (Entity ID) -> Copy and paste Entity Id from Labii
Reply URL (Assertion Consumer Service URL) -> Copy and paste Acs Url from Labii
Update the Attribution Map in Labii:
{
"email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
"username": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
"last_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
"first_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"
}
Update Metadata Auto Conf Url in Labii with App Federation Metadata Url from Azure or, update the Metadata Xml in Labii with the content from Federation Metadata XML downloaded at Azure
Update Idp Logout Url in Labii with Logout URL from Azure
For the Idp Login Url in Labii, the Login URL from Azure DOES NOT work. Please goes to Properties -> Copy the User access URL and update the Idp Login Url in Labii with the User access URL.