Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 10, 2024
1 parent 41f761d commit a6fe36a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,22 @@ data:
"frontendUrl": "http://localhost:8083"
{{- end }}
},
"loginTheme": "loculus"
"loginTheme": "loculus",
"identityProviders" : [ {
"alias" : "orcid",
"providerId" : "orcid",
"enabled" : true,
"updateProfileFirstLoginMode" : "on",
"trustEmail" : false,
"storeToken" : false,
"addReadTokenRoleOnCreate" : false,
"authenticateByDefault" : false,
"linkOnly" : false,
"firstBrokerLoginFlowAlias" : "first broker login",
"config" : {
"clientSecret" : "65897b89-a888-427d-8828-1f1dd97bf6c1",
"clientId" : "APP-P1P7N7T9YVBHQ4EH"
}
} ]
}

0 comments on commit a6fe36a

Please sign in to comment.