AngularJS hash # problem after Azure B2C Sign Up policy redirects to application

后端 未结 1 1079
无人共我
无人共我 2021-01-25 14:50

What we\'d like to do is to automatically Sign In\\Login the user after they successfully Sign Up.

Let\'s say the user got an invitation for the application. They go to

相关标签:
1条回答
  • 2021-01-25 15:39

    By default, at the end of a flow (i.e. all built-in flows except the password reset flow and all custom flows except the password reset flow), an SSO session is generated for the user so, in effect, they are signed in after sign-up.

    Therefore, the default experience in the same session is that, if a user signs up for App A and then is redirected to sign in for App B, then they won't be prompted to re-authenticate.

    You can configure the sign-up and sign-in flows so that they issue the same claims so applications can handle the sign-up and sign-in callbacks with the same behavior.

    0 讨论(0)
提交回复
热议问题