Skip to content

Commit

Permalink
Merge pull request bcgov#186 from loneil/feature/addIdpHint
Browse files Browse the repository at this point in the history
Add the KC idp hint to Traction envs
  • Loading branch information
esune authored Mar 4, 2024
2 parents d945fda + c2fd6bd commit 697d796
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 697d796

Please sign in to comment.