|
1 | 1 | { |
2 | | - "session": false, |
3 | | - "provider": "oidc", |
4 | | - "authScheme": "openid connect", |
5 | | - "module": "passport-openidconnect", |
6 | | - "failureFlash": true, |
7 | | - "issuer": "YOURKC/YOURREALM", |
8 | | - "authorizationURL": "YOURKC/YOURREALM/protocol/openid-connect/auth", |
9 | | - "tokenURL": "YOURKC/YOURREALM/openid-connect/token", |
10 | | - "userInfoURL": "YOURKC/YOURREALM/openid-connect/userinfo", |
11 | | - "clientID": "YOURCLIENT", |
12 | | - "clientSecret": "YOURSECRET", |
13 | | - "callbackURL": "http://localhost:3000/auth/keycloak/callback", |
14 | | - "scope": ["email", "profile", "openid"], |
15 | | - "successRedirect": "http://localhost:4200/login", |
16 | | - "skipUserProfile": false |
| 2 | + "session": false, |
| 3 | + "provider": "oidc", |
| 4 | + "authScheme": "openid connect", |
| 5 | + "module": "passport-openidconnect", |
| 6 | + "failureFlash": true, |
| 7 | + "issuer": "YOURKC/YOURREALM", |
| 8 | + "authorizationURL": "YOURKC/YOURREALM/protocol/openid-connect/auth", |
| 9 | + "tokenURL": "YOURKC/YOURREALM/openid-connect/token", |
| 10 | + "userInfoURL": "YOURKC/YOURREALM/openid-connect/userinfo", |
| 11 | + "clientID": "YOURCLIENT", |
| 12 | + "clientSecret": "YOURSECRET", |
| 13 | + "callbackURL": "http://localhost:3000/auth/keycloak/callback", |
| 14 | + "scope": ["email", "profile", "openid"], |
| 15 | + "successRedirect": "http://localhost:4200/login", |
| 16 | + "skipUserProfile": false |
17 | 17 | } |
0 commit comments