How to configure SSO for Azure AD B2C?

风格不统一 提交于 2019-12-22 08:26:07

问题


As per Azure AD B2C documentation we can configure SSO for Azure AD B2C application. We want our user to do self-registration for the application thus opted for AD B2C.

However after creating B2C tenant account and configuring all the policies. I am unable to find option to configure SSO. Since after 30th Nov 2017, Active Directory will only be available in new portal. Kindly provide reference wrt new portal.

. Any help will be appreciated.

Thanks in advance.


回答1:


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:




回答2:


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.



来源:https://stackoverflow.com/questions/47324231/how-to-configure-sso-for-azure-ad-b2c

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