This folder contains unit tests for Azure AD B2C identity providers. For more information, check out the Add an identity provider to your Azure Active Directory B2C tenant article.
Demonstrates how to federate with Azure AD multi-tenant app.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with Azure AD multi-tenant app, and get the access token. With the access token you can call MS Graph API. To use the access token to call MS Graph API, grant the Azure AD multi-tenant app permission, such as User.Read. Then, in the AADCommon-OpenIdConnect technical profile add the required permission to the scope metadata. For example, https://graph.microsoft.com/User.Read.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with Facebook identity provider.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with Facebook identity provider, and get the access token. With the access token you can call Graph API.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with GitHub identity provider.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with GitHub identity provider, and get the access token. With the access token you can call Graph API.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with Google identity provider.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with Google identity provider, and get the access token. With the access token you can call Graph API.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with Mobile ID identity provider.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with My IDP OAuth2 identity provider.
Live demo
Quick deploy
Policy
Documentation
Demonstrates how to federate with My IDP OpenID Connect identity provider.