You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all, new to OrderCloud product. We're currently using the Headstart for scaffolding our SPA project and we're planning on integrating it with an IDP, which is Okta.
We setup the OpenIdConnect integration and was able to get the access token to the buyer app. Once it gets to the buyer's login component, we're reading the accesstoken and calling the loginWithTokens function and basically have that takeover the manual login screen. This seems to let us in but features are broken as I think some of the context is missing when we login via access token, vs when we manually login using username and password, it seems to work. I can't find any documentation for OIDC for the headstart buyer app, please send any insights or assist. TIA
The text was updated successfully, but these errors were encountered:
Hello all, new to OrderCloud product. We're currently using the Headstart for scaffolding our SPA project and we're planning on integrating it with an IDP, which is Okta.
We setup the OpenIdConnect integration and was able to get the access token to the buyer app. Once it gets to the buyer's login component, we're reading the accesstoken and calling the loginWithTokens function and basically have that takeover the manual login screen. This seems to let us in but features are broken as I think some of the context is missing when we login via access token, vs when we manually login using username and password, it seems to work. I can't find any documentation for OIDC for the headstart buyer app, please send any insights or assist. TIA
The text was updated successfully, but these errors were encountered: