Skip to content
Snippets Groups Projects
Verified Commit 4db563d8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: deployable

parent b003a152
No related branches found
No related tags found
No related merge requests found
Pipeline #48541 failed
......@@ -15,13 +15,13 @@ export const authOptions = {
providers: [
// !!! Should be stored in .env file.
KeycloakProvider({
//clientId: 'fdo-manager-webui',
// clientId: 'fdo-manager-webui',
clientId: 'gwdg-fdoman-test',
//clientSecret: 'ay7l6jhECSohAZsEp6HYOaoXdARMQCei',
clientSecret: process.env.KEY_CLOAK_CLIENT_SECRET,
// clientSecret: 'ay7l6jhECSohAZsEp6HYOaoXdARMQCei',
clientSecret: process.env.KEY_CLOAK_CLIENT_SECRET || '',
// issuer: 'http://localhost:8000/auth/realms/fdo-manager',
issuer: 'https://keycloak.sso.gwdg.de/auth/realms/academiccloud',
//authorization: { params: { scope: 'openid profile email' } },
// authorization: { params: { scope: 'openid profile email' } },
profile (profile) {
console.log('### profile', profile, '### ### ###')
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment