Skip to content

Commit ee323a1

Browse files
committed
Additional parameter works, but not ideal.
1 parent b109696 commit ee323a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)