Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard coded authentication end point #250

Open
MikeNeilson opened this issue Dec 17, 2024 · 0 comments
Open

Hard coded authentication end point #250

MikeNeilson opened this issue Dec 17, 2024 · 0 comments

Comments

@MikeNeilson
Copy link
Collaborator

The token URL should not be hard coded.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant