We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984b3f7 commit d3c1058Copy full SHA for d3c1058
1 file changed
cda-gui/src/pages/swagger-ui/index.jsx
@@ -38,6 +38,7 @@ export default function SwaggerUI() {
38
// The client id may, in the future, need to be changed. When that happens deal with it then.
39
ui.initOAuth({
40
clientId:"cwms",
41
+ additionalQueryStringParams: {kc_idp_hint: "federation-eams"},
42
usePkceWithAuthorizationCodeGrant: true
43
})
44
}, []);
0 commit comments