HI all,
First post!
I have an issue that might already be solved, but I don't know about it. We're using the OpenID-Auth-Plugin 1.5.0 with XNAT 1.10.0. I've implemented a user enrollment workflow external to XNAT that creates accounts matching the auto-generated OpenID username using the [providerId]-[id] pattern, where [id] is the objectID in each of our EntraID user tenants.
However, if a user comes along who hasn't been pre-provisioned through this workflow, they get the option to create a new account or match it to an existing account.
The openid.properties config file for each Idp has the following set:
auto.enabled=false
auto.verified=false
openid.provider.forceUserCreate=false
openid.provider.userAutoEnabled=false
openid.provider.userAutoVerified=false
Is there any way to disable this feature?
Thanks!