File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ services:
1313 - .:/var/www
1414 - ./sqlpage:/etc/sqlpage
1515 environment :
16- # OIDC configuration
17- - SQLPAGE_HOST=localhost:8080
18- - SQLPAGE_OIDC_ISSUER_URL=http://localhost:8181/realms/sqlpage_demo
19- - OIDC_AUTHORIZATION_ENDPOINT=http://localhost:8181/realms/sqlpage_demo/protocol/openid-connect/auth
20- - OIDC_TOKEN_ENDPOINT=http://localhost:8181/realms/sqlpage_demo/protocol/openid-connect/token
21- - OIDC_USERINFO_ENDPOINT=http://localhost:8181/realms/sqlpage_demo/protocol/openid-connect/userinfo
22- - OIDC_END_SESSION_ENDPOINT=http://localhost:8181/realms/sqlpage_demo/protocol/openid-connect/logout
23- - OIDC_CLIENT_ID=sqlpage
24- - OIDC_CLIENT_SECRET=qiawfnYrYzsmoaOZT28rRjPPRamfvrYr
25-
2616 # CAS (central authentication system) configuration
2717 # (you can ignore this if you're only using OpenID Connect)
2818 - CAS_ROOT_URL=http://localhost:8181/realms/sqlpage_demo/protocol/cas
Original file line number Diff line number Diff line change 35973597 "alwaysDisplayInConsole" : true ,
35983598 "clientAuthenticatorType" : " client-secret" ,
35993599 "secret" : " qiawfnYrYzsmoaOZT28rRjPPRamfvrYr" ,
3600- "redirectUris" : [" http://localhost:8080/oidc_redirect_handler.sql " ],
3600+ "redirectUris" : [" http://localhost:8080/sqlpage/oidc_callback " ],
36013601 "webOrigins" : [" http://localhost:8080" ],
36023602 "notBefore" : 0 ,
36033603 "bearerOnly" : false ,
Original file line number Diff line number Diff line change 1+ oidc_issuer_url : http://localhost:8181/realms/sqlpage_demo
2+ oidc_client_id : sqlpage
3+ oidc_client_secret : qiawfnYrYzsmoaOZT28rRjPPRamfvrYr # For a safer setup, use environment variables to store this
You can’t perform that action at this time.
0 commit comments