generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORV2-3381 Keycloak hint - bceidboth to bceidbusiness, new keycloak au…
…dience (#1782)
- Loading branch information
1 parent
6928710
commit cd2b98c
Showing
6 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export enum IDP { | ||
BCEID = 'bceidboth', | ||
// Revert to bceidboth when basic bceid is enabled. | ||
BCEID = 'bceidbusiness', | ||
IDIR = 'idir', | ||
SERVICE_ACCOUNT = 'SERVICE_ACCOUNT', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
export const IDPS = { | ||
BCEID: "bceidboth", | ||
IDIR: "idir", | ||
BUSINESS_BCEID: "bceidbusiness", | ||
} as const; | ||
|
||
export type IDP = (typeof IDPS)[keyof typeof IDPS]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export enum IDP { | ||
BCEID = 'bceidboth', | ||
// Revert to bceidboth when basic bceid is enabled. | ||
BCEID = 'bceidbusiness', | ||
IDIR = 'idir', | ||
SERVICE_ACCOUNT = 'SERVICE_ACCOUNT', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export enum IDP { | ||
BCEID = 'bceidboth', | ||
// Revert to bceidboth when basic bceid is enabled. | ||
BCEID = 'bceidbusiness', | ||
IDIR = 'idir', | ||
SERVICE_ACCOUNT = 'service_account', | ||
} |