Skip to content

Commit

Permalink
Correct keycloak config for V25 upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyE committed Sep 24, 2024
1 parent 4e5191e commit ab11d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/src/app/keycloak-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export const keycloakConfiguration: KeycloakConfig[] = [
host: 'carrier-portal.coverme.gov',
clientId: 'openid',
realm: 'coverme',
url: 'https://login.coverme.gov/auth',
url: 'https://login.coverme.gov',
},
];

0 comments on commit ab11d91

Please sign in to comment.