SSO with Azure AD B2C

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video explains SSO and Keep Me Sign In (KMSI) concepts with the Azure AD B2C.
    Helpful links:
    Configure session behavior in Azure Active Directory B2C:
    learn.microsof...
    Cookies definitions for Azure AD B2C:
    learn.microsof...

Комментарии • 8

  • @LearnWithMuhammadAsif
    @LearnWithMuhammadAsif 10 месяцев назад +2

    Great stuff and clearly delivered the concept.

  • @user-bo5nr9nw9p
    @user-bo5nr9nw9p 7 месяцев назад +2

    Hi Danial, Great session. Do you have the sample application code repository in Github?

  • @user-ji7fw4el2z
    @user-ji7fw4el2z 6 месяцев назад +1

    Hi, It was a good video. Can you please share the custom policy which you have used for SSO?

  • @vijayreddyyeruva4895
    @vijayreddyyeruva4895 22 дня назад

    Can you share source code for the applications ? Or the configurations??

  • @davidwithers7181
    @davidwithers7181 7 месяцев назад +1

    Does this mean if they go from their browser to the 3rd party application. The 3rd parties idp will require them to authenticate if there is no valid 3rd party cookie?

    • @TechMindFactory
      @TechMindFactory  7 месяцев назад +2

      It depends. Here is the thing. If this 3rd party application is secured by IDP that is federated with Azure AD B2C and user signed in before using account registered in this 3rd party IDP, then user will not have to provide credentials again.
      However, if user opens 3rd party application and is using separate IDP (not federated with Azure AD B2C and not used before), then user is asked for credentials to successfully authenticate. Please let me know if this answers your question.

  • @bangjiyun
    @bangjiyun 6 месяцев назад

    This is SSO Sp-Initiated. Does AAD B2C support IdP-Initiated SSO?