Skip to content

Commit

Permalink
permissions ui config
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Mar 28, 2024
1 parent a3c9cfc commit 13a21c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions permissions/permissions-ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
3 changes: 0 additions & 3 deletions permissions/permissions-ui/web/.env

This file was deleted.

10 changes: 5 additions & 5 deletions permissions/permissions-ui/web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
#OIDC_OP_TOKEN_ENDPOINT = "http://idp:8080/auth/realms/Beacon/protocol/openid-connect/token"
#OIDC_OP_USER_ENDPOINT = "http://idp:8080/auth/realms/Beacon/protocol/openid-connect/userinfo"

OIDC_OP_AUTHORIZATION_ENDPOINT = "https://beacon-network-demo2.ega-archive.org/auth/realms/Beacon/protocol/openid-connect/auth"
OIDC_OP_TOKEN_ENDPOINT = "https://beacon-network-demo2.ega-archive.org/auth/realms/Beacon/protocol/openid-connect/token"
OIDC_OP_USER_ENDPOINT = "https://beacon-network-demo2.ega-archive.org/auth/realms/Beacon/protocol/openid-connect/userinfo"
OIDC_OP_AUTHORIZATION_ENDPOINT = "http://idp:8080/auth/realms/Beacon/protocol/openid-connect/auth"
OIDC_OP_TOKEN_ENDPOINT = "http://idp:8080/auth/realms/Beacon/protocol/openid-connect/token"
OIDC_OP_USER_ENDPOINT = "http://idp:8080/auth/realms/Beacon/protocol/openid-connect/userinfo"
OIDC_STORE_ID_TOKEN = True
OIDC_OP_LOGOUT_URL_METHOD = 'my_auth.provider_logout'
OIDC_OP_LOGOUT_ENDPOINT = "https://beacon-network-demo2.ega-archive.org/auth/realms/Beacon/protocol/openid-connect/logout"
OIDC_OP_LOGOUT_ENDPOINT = "http://idp:8080/auth/realms/Beacon/protocol/openid-connect/logout"

LOGIN_REDIRECT_URL = "http://localhost:8003"
LOGOUT_REDIRECT_URL = "http://localhost:8003"
Expand All @@ -160,4 +160,4 @@

OIDC_RP_SIGN_ALGO = 'RS256'
#OIDC_OP_JWKS_ENDPOINT = 'http://idp:8080/auth/realms/Beacon/protocol/openid-connect/certs'
OIDC_OP_JWKS_ENDPOINT = 'https://beacon-network-demo2.ega-archive.org/auth/realms/Beacon/protocol/openid-connect/certs'
OIDC_OP_JWKS_ENDPOINT = 'http://idp:8080/auth/realms/Beacon/protocol/openid-connect/certs'

0 comments on commit 13a21c9

Please sign in to comment.