Is there a way to support an additional redirect on the service callback redirect? #405
-
I was trying this, but any additional query params on the configured callback uri fails the check within fief that the callback is as expected for the given client Basically, when Fief handles my service's callback, either want it to ignore or specifically whitelist having I need this to handle invites within my service for new users |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For this, I would recommend you to use the standard OAuth2 |
Beta Was this translation helpful? Give feedback.
For this, I would recommend you to use the standard OAuth2
state
parameter. The value can be anything you want: a JWT, a key referring to data stored in a DB or key-value store, etc.