Skip to content

Commit d3c1058

Browse files
committed
Additional parameter works, but not ideal.
1 parent 984b3f7 commit d3c1058

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cda-gui/src/pages/swagger-ui/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default function SwaggerUI() {
3838
// The client id may, in the future, need to be changed. When that happens deal with it then.
3939
ui.initOAuth({
4040
clientId:"cwms",
41+
additionalQueryStringParams: {kc_idp_hint: "federation-eams"},
4142
usePkceWithAuthorizationCodeGrant: true
4243
})
4344
}, []);

0 commit comments

Comments
 (0)