Closed lacroixdavid1 closed 3 years ago
No, but there's a way to preserve state across the round trip. You set the state
value on the args to the signinXxx methods.
For example:
and then this will have the state on the response:
I need to have absolute control over what the state query param will be. It matters for our Identity Server. Is there any way to have control on that?
I need to have absolute control over what the state query param will be. It matters for our Identity Server.
Unfortunate, as it's supposed to be opaque to the STS
Is there any way to have control on that?
Nope, sorry.
Closing. I'll be using extraQueryParams
and adjust the Identity server.
Is there a way when redirecting to the Sign-in URL to manually set the URL state query param?