Skip to content

Commit

Permalink
add the KC idp hint to other envs
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas <[email protected]>
  • Loading branch information
loneil committed Mar 4, 2024
1 parent d945fda commit c2fd6bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm-values/traction/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ ui:
showWritableComponents: false
authority: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
jwksUri: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs
extraQueryParams: '{"kc_idp_hint":"idir"}'
realm: "digitaltrust-citz"
reservationForm: >-
{
Expand Down
1 change: 1 addition & 0 deletions helm-values/traction/values-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ ui:
showWritableComponents: true
authority: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
jwksUri: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs
extraQueryParams: '{"kc_idp_hint":"idir"}'
realm: "digitaltrust-citz"
reservationForm: >-
{
Expand Down
1 change: 1 addition & 0 deletions helm-values/traction/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ui:
showInnkeeperAdminLogin: true
authority: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
jwksUri: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs
extraQueryParams: '{"kc_idp_hint":"idir"}'
realm: "digitaltrust-citz"
reservationForm: >-
{
Expand Down

0 comments on commit c2fd6bd

Please sign in to comment.