Skip to content

Commit

Permalink
Fix ORCID setting username to "" on login (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Mar 9, 2024
1 parent de7c181 commit 1bd395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ data:
"identityProviderAlias" : "orcid",
"identityProviderMapper" : "hardcoded-attribute-idp-mapper",
"config" : {
"syncMode" : "INHERIT",
"syncMode" : "IMPORT",
"attribute" : "username"
}
},{
Expand Down

0 comments on commit 1bd395b

Please sign in to comment.