Skip to content

Hard coded authentication end point #250

Description

@MikeNeilson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions