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
Hi, I am migrating from react-oidc-context v3 to react-oidc v5.
The default value of state is undefined in v5 but our authentication service using Ory Hydra requires an valid state value.
I have tried adding state in extras prop but it is not working.
Could we get an option to set our own state value in the configuration provided to OidcProvider?
The text was updated successfully, but these errors were encountered:
Hi, I am migrating from react-oidc-context v3 to react-oidc v5.
The default value of state is undefined in v5 but our authentication service using Ory Hydra requires an valid state value.
I have tried adding state in extras prop but it is not working.
Could we get an option to set our own state value in the configuration provided to OidcProvider?
The text was updated successfully, but these errors were encountered: