Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Identity providers

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.

Azure Active Directory

Demonstrates how to federate with Azure AD multi-tenant app.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

Azure Active Directory with access token

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 Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

Facebook

Demonstrates how to federate with Facebook identity provider.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

Facebook with access token

Demonstrates how to federate with Facebook identity provider, and get the access token. With the access token you can call Graph API.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

GitHub

Demonstrates how to federate with GitHub identity provider.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

GitHub with access token

Demonstrates how to federate with GitHub identity provider, and get the access token. With the access token you can call Graph API.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

Google

Demonstrates how to federate with Google identity provider.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

Google with access token

Demonstrates how to federate with Google identity provider, and get the access token. With the access token you can call Graph API.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

Mobile ID

Demonstrates how to federate with Mobile ID identity provider.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

My IDP OAuth2

Demonstrates how to federate with My IDP OAuth2 identity provider.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation

My IDP OpenID Connect

Demonstrates how to federate with My IDP OpenID Connect identity provider.

live demo Live demo   Quick deploy Quick deploy   policy Policy   documentation Documentation