How to configure SSO for Azure AD B2C?

﹥>﹥吖頭↗ 提交于 2019-12-05 15:52:51

As the document in the your question said,if you have multiple applications and policies in your B2C tenant, you can manage user interactions across them using the Single sign-on configuration property. You can also add external identity provider like Google, Facebook and etc.

If you want to know how it works and how to configure SSO in Azure AD B2C, you can refer to this document.

Also, If you want to configure SSO for applications in your B2C tenant(the Directory).

  1. Go to Azure portal > Enterprise applications> Add Non-gallery applications or in applications in Gallery.

  2. After adding apps in Enterprise applications, you can select your app and enable SSO for it.

Hope this helps!


Update

Adding custom applications requires Azure AD Premium.

You can also active Azure Active Directory Premium free for one month.

Now, you can add your own custom applications in Enterprise Applications and then configure SSO for it:

SSO integration in Active Directory is totally different from SSO integration in an application through AD B2C. It took some time for me to verify all the links and steps. Hope this will help others.

Below are the steps to configure SSO in AD B2C. Create AD B2C and configure all the policies.

  1. Once you have configured all your policies go to ALL policies node, it will list all the present policies in your application. Then click on singin policy. Alternatively you can directly click on sign in policy.

  2. Once you click the EDIT option, you will see the option for 'Token, session and single sign-on configuration'. Configure those and you are done to use SSO.

For more details about the token, session and sso config please refer here

  1. Create couple of application to verify that the SSO is working fine.

Happy Coding.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!