When setting up your Azure App ID for your web apps, it's extremely important that you follow the recommended format of "https://<your tenant name>/<your app name>"
Otherwise, delegated authentication will NOT work!!
Showing posts with label delegation. Show all posts
Showing posts with label delegation. Show all posts
Thursday, August 27, 2015
Wednesday, August 26, 2015
Enabling group membership claims in delegated tokens in Azure Active Directory
In your application manifest, add the following to the root object:
{
....
"groupMembershipClaims": "All",
....
}
{
....
"groupMembershipClaims": "All",
....
}
Subscribe to:
Posts (Atom)