Skip to content

Commit

Permalink
remove orcid temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 10, 2024
1 parent 45dc7ef commit 41f761d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,6 @@ data:
"frontendUrl": "http://localhost:8083"
{{- end }}
},
"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"
}
} ]
"loginTheme": "loculus"
}

0 comments on commit 41f761d

Please sign in to comment.