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,
I'm using STF for my Android test,
I want to add Oauth authentication with an okta provider on STF.
But when I tried to activate it, I have a problem, in oAuth documentation the state parameter is not required but in okta implementation of this protocol it is.
So, when I activate the flag --oauth-state in STF. I have this error message.
Do you know how I can solve it ?
Thank you !
The text was updated successfully, but these errors were encountered:
I meet the issue too, does anyone know how can solve it?
If you Provider does not require "state" parameter you can disable it.
But, if this parameter is required you can use SAML protocol implementation it's working with STF.
Hello,
I'm using STF for my Android test,
I want to add Oauth authentication with an okta provider on STF.
But when I tried to activate it, I have a problem, in oAuth documentation the state parameter is not required but in okta implementation of this protocol it is.
So, when I activate the flag --oauth-state in STF. I have this error message.
Do you know how I can solve it ?
Thank you !
The text was updated successfully, but these errors were encountered: