Error in setting up OSMT with internal SSO #197
-
|
Hi OSMT Team and github community, Am i supposed to make some other changes in addition to the ones i specified to spin up OSMT with our internal SSO. Looking forward for some help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Your error presents via the Angular client. You probably need to modify the environment.ts files in ui/src/environments, based on how you are running your Angular build. You also asked about the Okta Maven dependency in the API module. Your mileage may vary there. Spring's security may be enough for how you run your SSO, or you may need to augment this with customizations. While others may have done this for their own purposes, no one has yet shared a cookbook for how to use another SSO. WGU runs an internal instance of OSMT using our Ping SSO with a slightly different set of Maven dependenciesfor Spring Security, and no Okta.
|
Beta Was this translation helpful? Give feedback.
Your error presents via the Angular client. You probably need to modify the environment.ts files in ui/src/environments, based on how you are running your Angular build.
You also asked about the Okta Maven dependency in the API module. Your mileage may vary there. Spring's security may be enough for how you run your SSO, or you may need to augment this with customizations. While others may have done this for their own purposes, no one has yet shared a cookbook for how to use another SSO. WGU runs an internal instance of OSMT using our Ping SSO with a slightly different set of Maven dependenciesfor Spring Security, and no Okta.