How to connect 1password with Azure SSO

Francis Aboagye 5 Reputation points
2023-06-29T12:34:44.83+00:00

I am getting error setting up my SSO configuration within 1Password

Community Center | Not monitored
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Rohit Kumar Sinha 1,336 Reputation points
    2023-06-29T13:59:45.45+00:00

    Hi ,

    What error are you getting , please check this below link for reference

    https://support.1password.com/sso-configure-azure/

    If this helps , please click on Accept Answer


  2. Francis Aboagye 5 Reputation points
    2023-06-29T14:12:35.8766667+00:00

    User's image


  3. Johannes Lämmermann | GEBR. MAYER Bautechnik 0 Reputation points
    2023-07-05T10:38:40.9233333+00:00

    I guess, you configured your app registration with "AzureADandPersonalMicrosoftAccount" - allegedly that's not supported by 1Password. I had the very same error.

    I could verify that it works with two changes:

    1. In Azure app-registration use Manifest editor and change from
    "signInAudience": "AzureADandPersonalMicrosoftAccount",
    

    to

    "signInAudience": "AzureADMyOrg",
    
    1. Copy the changed OpenID Connect metadata document URL from "Overview" -> "Endpoints" (eg. https://login.microsoftonline.com/AAAAA-bbb-CCCC-XXX-ZZZZZZ/v2.0/.well-known/openid-configuration )

    Finish the setup procedure testing the connection and you're good to go.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.