Skip to content

Commit

Permalink
Merge pull request #15 from Aguafrommars/fix/default-scope
Browse files Browse the repository at this point in the history
fix: default scopes issue
  • Loading branch information
aguacongas authored Nov 1, 2023
2 parents de6d520 + 1fc5979 commit 8659b16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/theidserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.8.0
version: 4.8.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.5.2
appVersion: 7.4.6

# The list of keywords about this project
keywords:
Expand Down
4 changes: 3 additions & 1 deletion charts/theidserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ adminSettings:
authority: https://localhost:{{ .Values.service.ports.https }}/
clientId: theidserveradmin
defaultScopes:
- openid
- profile
- theidserveradminapi
postLogoutRedirectUri: https://localhost:{{ .Values.service.ports.https }}/authentication/logout-callback
redirectUri: https://localhost:{{ .Values.service.ports.https }}/authentication/login-callback
Expand Down Expand Up @@ -367,4 +369,4 @@ signingKey:
ipList: []
sanList: []
crt:
key:
key:

0 comments on commit 8659b16

Please sign in to comment.