Hi,
I have setup SSO with our Azure platform using OIDC - sadly I did this before finding out that adding verifying the domain is irreversible - (that warning needs to be at the top!!), so I cannot change to SAML.
I have set the token email_verified to true as per the documentation. In order to get a successful connection test, I have also had to change "acceptmappedclaims" from null to true in the app registration manifest.
Connection can be tested successfully, but when a user tries to login, it asks them to create a new site, rather than connecting to the existing one.
Any thoughts?