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
Hey I am experiencing some issues with this plugin on a fresh XNAT 1.7.6. There is some strange behavior in the XNAT admin interface.
I am using Keycloak as the openid connect provider. bellow is my config:
auth.method=openid
type=openid
provider.id=openid
visible=true
auto.enabled=true
auto.verified=true
name=OpenID Authentication Provider
disableUsernamePasswordLogin=false
enabled=keycloak
siteUrl=http://localhost/xnat/
preEstablishedRedirUri=/openid-login
openid.keycloak.clientId=xnat
openid.keycloak.clientSecret=
openid.keycloak.accessTokenUri=http://keycloak:8080/auth/realms/snet/protocol/openid-connect/token
openid.keycloak.userAuthUri=http://keycloak:8080/auth/realms/snet/protocol/openid-connect/auth
openid.keycloak.scopes=openid,profile,email
openid.keycloak.link=<p>To sign-in using your Keycloak credentials, please click on the button below.</p></p><p><a href="/xnat/openid-login?providerId=keycloak">Sign-in with Keycloak</a></p>
openid.keycloak.shouldFilterEmailDomains=false
openid.keycloak.forceUserCreate=true
openid.keycloak.userAutoEnabled=false
openid.keycloak.userAutoVerified=false
openid.keycloak.emailProperty=email
openid.keycloak.givenNameProperty=given_name
openid.keycloak.familyNameProperty=family_name
I have set up a test project and added my keycloak user as an Owner
When logged in as this user, the project and it's recent activity appear on the home page:
However clicking the project name reveals an access denied message
But if I click the session name, I can actually access the session and scan data:
If I go a Session, then use the breadcrumb links at the top to navigate to the Subject page, it is also broken (Note the experiment name displays as a Velocity Template function call)
These thing make me think that there is probably an incompatibility between this plugin and XNAT 1.7.6's Velocity templates.
The text was updated successfully, but these errors were encountered:
Hey I am experiencing some issues with this plugin on a fresh XNAT 1.7.6. There is some strange behavior in the XNAT admin interface.
I am using Keycloak as the openid connect provider. bellow is my config:
I have set up a test project and added my keycloak user as an
Owner
When logged in as this user, the project and it's recent activity appear on the home page:
However clicking the project name reveals an access denied message
But if I click the session name, I can actually access the session and scan data:
If I go a Session, then use the breadcrumb links at the top to navigate to the Subject page, it is also broken (Note the experiment name displays as a Velocity Template function call)
These thing make me think that there is probably an incompatibility between this plugin and XNAT 1.7.6's Velocity templates.
The text was updated successfully, but these errors were encountered: