We’re trying to secure pages in our CMS.
I have a test page here:
https://my.uiw.edu/ird/okta.html
I followed the tutorial on this page:
The problem is some users already logged in through Okta, but then they have to login again. Do you know how to circumvent this? I think this is because I’m using it from the API and it might see it as another session. The thing is when I logout of Okta the session clears in the webpage as well.
Also, after login we get a 400 error, but if we go back to the page it says they have now logged in. How could I prevent this as well? I think this is because of the URI and I’m not to sure what to put in that field.