angular-auth-oidc-client
angular-auth-oidc-client copied to clipboard
[Question]: "Error: codeFlowCodeRequest incorrect state"
What Version of the library are you using? 14.1.5
Question I have 12 clientId's, but only one will be logged-in at anytime. I am using tabs. If user logs in, and opens a new tab, I call authorize, and that logs it in. It does show an error: (11) times, I have 12 clientId's "Error: codeFlowCodeRequest incorrect state".
Might the 11 be the clientId's and the (12)'th was the one that was logged-in? Also, is this okay to do it this way?
I use a iframe so the login page can be put into a bootstrap modal. I am using the hash strategy as well.