Skip to content

azure-ad-b2c/integration-demo-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Integration between Azure AD B2C and PASS

This repository contains code which demonstrates an integration between Azure AD B2C and PASS, a Korean mobile phone-based authentication service.

This integration is powered by the Identity Experience Framework in Azure AD B2C. For more information on TrustFramework Policies and the Identity Experience Framework, see the Azure AD B2C documentation.

Demo site

In the src/ folder is the source code for a simple website which uses OpenID Connect to authenticate using two Azure AD B2C policies which demonstrate different types of integration options with IPification.

This website hosts a single REST API endpoint which is consumed by the Azure AD B2C policies in order to decrypt the claims which are returned by the PASS OAuth2 service.

The website also hosts a login template page which is used by the Azure AD B2C policies for UI customization.

You can find the demo site at: https://b2c-pass-demo.azurewebsites.net

Identity Experience Framework Policies

In the policies/ folder you'll find custom policy definitions for integration with PASS as an external identity provider.

PASS as an authentication provider

The policies demonstrate how to connect with PASS as an identity provider in a similar way to a connection to social login services. Azure AD B2C authenticates with PASS using the OAuth2 protocol. PASS authenticates the user by prompting them for a biometric or pin-based challenge and consent approval on their mobile device which has the PASS application installed.

Claims returned by PASS are encrypted. In this sample, a REST technical profile is used in the policy to call an API which performs decryption of the claims using the PASS claims decryption scheme.

The phone number returned by PASS is in the local format for Korea. In this sample, the ConvertStringToPhoneNumberClaim claims transformation is used to convert the phone number to the international format with the "+" prefix.

This scenario is based on the SocialAndLocalAccountsWithMfa starter pack although local account authentication has been removed in this sample.

Localization

As PASS is a Korean service, you'll find some sample patterns in this codebase for localization with Azure AD B2C. In the demo website, you can request UI localization by appending the culture parameter. E.g.:

https://b2c-pass-demo.azurewebsites.net/?culture=en-US
https://b2c-pass-demo.azurewebsites.net/?culture=ko-KR

Note that the demo website does not have English language assets, however this culture setting will be passed on to Azure AD B2C using the ui_locales parameter and the content rendered by Azure AD B2C will be localized.

Deployment

This repository uses GitHub Actions to deploy both the Azure AD B2C policies and the website. You can find the deployment workflows in .github/workflows/.

Community Help and Support

Use Stack Overflow to get support from the community. Ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before. Make sure that your questions or comments are tagged with [azure-ad-b2c].

If you find a bug in the sample, please raise the issue on GitHub Issues.

To provide product feedback, visit the Azure AD B2C feedback page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published