@phi1ipp
Here is the widget config:
var oktaSignIn = new OktaSignIn({
baseUrl: “”,
el: “okta-login-container”,
clientId: ‘’,
logo: ‘images/’,
authParams: {
issuer: ‘/oauth2/default’,
responseType: [‘token’, ‘id_token’],
display: ‘page’
}
});
For some reason, it is now working when I go to the Okta dev site. Definitely wasn’t before. Still not sure howto access the session cookie.