Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 9, 2024
1 parent 4a7c7c0 commit 9490676
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 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,23 @@ data:
"frontendUrl": "http://localhost:8083"
{{- end }}
},
"loginTheme": "loculus"
"loginTheme": "loculus",
"identityProviders" : [ {
"alias" : "orcid",
"internalId" : "4153d6bd-6f82-4343-bc5c-fdb0b05ba0b0",
"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 9490676

Please sign in to comment.