Hello,
Now that group membership have been enabled on AGOL for OIDC provider, we would like to switch authentication provider from SAML to OIDC.
But I noticed a difference of behavior between SAML and OIDC providers which is a bit confusing.
Let's say my organization username is "guineapig" and my organization name is "MYORG" (ie: AGOL URL is https://MYORG.maps.arcgis.com)
Currently, if I log in with SAML, my AGOL username will be "guineapig_MYORG" which is fine.
But if I log in with OIDC, my AGOL username will be "guineapig4" solely. As you can see, an integer was added at the end because "guineapig" already exists in AGOL as a built-in account so my username is mapped to "guineapig4" instead of "guineapig" or "guineapig_MYORG".
I would prefer the SAML way of adding the organization suffix to make it unique. I looked everywhere and it does not seem to be configurable. But why is there this difference of behavior ?
Is that a BUG or a feature ? I am confused.
Thanks,
Nicolas