You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the latest OpenID Authentication plugin, version 1.2 with XNAT 1.8.3 and I'm not able to make it log in to the XNAT. When I click the button to initiate the login, it takes me to out institutional authentication authority, I enter the credentials, see a message that authentication was successful and then get redirected to XNAT where the message is: "Your login attempt failed because the username and password combination you provided was invalid" and the login screen is displayed.
I double checked the configuration and re-read setup instructions. Still don't understand what I did wrong.
Could you please take a look and tell me what could be the reason for this plugin not working? Below is some log info and my configuration file.
Thank you,
Alex
In security.log I see the following message:
WARN org.nrg.xnat.security.XnatProviderManager - The provider ID openid is enabled, but the provider is not a visible provider
Hi,
I'm testing the latest OpenID Authentication plugin, version 1.2 with XNAT 1.8.3 and I'm not able to make it log in to the XNAT. When I click the button to initiate the login, it takes me to out institutional authentication authority, I enter the credentials, see a message that authentication was successful and then get redirected to XNAT where the message is: "Your login attempt failed because the username and password combination you provided was invalid" and the login screen is displayed.
I double checked the configuration and re-read setup instructions. Still don't understand what I did wrong.
Could you please take a look and tell me what could be the reason for this plugin not working? Below is some log info and my configuration file.
Thank you,
Alex
In security.log I see the following message:
WARN org.nrg.xnat.security.XnatProviderManager - The provider ID openid is enabled, but the provider is not a visible provider
The configuration file looks like that:
auth.method=openid
type=openid
provider.id=openid
visible=true
auto.enabled=true
auto.verified=true
name=NUOpenID
disableUsernamePasswordLogin=false
enabled=nuauth
siteUrl=
preEstablishedRedirUri=/openid-login
openid.nuauth.clientId=
openid.nuauth.clientSecret=
openid.nuauth.accessTokenUri=/oauth2/access_token
openid.nuauth.userAuthUri=/oauth2/authorize
openid.nuauth.userInfoUri=/oauth2/userinfo
openid.nuauth.scopes=openid,profile,email
openid.nuauth.link=
To sign-in using your NU credentials, please click on the button below.
openid.nuauth.shouldFilterEmailDomains=false
openid.nuauth.allowedEmailDomains=redboxresearchdata.com.au
openid.nuauth.forceUserCreate=true
openid.nuauth.userAutoEnabled=false
openid.nuauth.userAutoVerified=false
openid.nuauth.emailProperty=email
openid.nuauth.givenNameProperty=given_name
openid.nuauth.familyNameProperty=family_name
openid.nuauth.pkceEnabled=true
openid.nuauth.usernamePattern=[providerId]-[sub]
The text was updated successfully, but these errors were encountered: