-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The token URL should not be hard coded.
Line 47 in 60e9746
| public static final String TOKEN_URL = "https://auth.corps.cloud/auth/realms/water/protocol/openid-connect/token"; |
There are 3 CWBI URLs, one each for dev, test, and prod. And in test environments we create a keycloak or other OIDC provider instance locally.
The data source, like CDA, should inform the clients of the correct provider or providers list of .well-known/openid-connect/configuration URL to pull appropriate information.
Metadata
Metadata
Assignees
Labels
No labels