I believe the 3.1.2.1. Authentication Request section of the specification says that we cannot, but I find it so unbelievable that I thought I would double check by asking here.
Is there a way to redirect my users to any URL of my domain name after they successfully logged in via the OIDC provider ?
My use case would be :
- A user access my app and wanders around
- She finds some interesting stuff to do and want to interact, for example, to comment a post she found interesting
- The app invites her to login and she gets redirected to the OIDC provider
As I can't know in advance the URL my user will be visiting on step 3, I would like her to be redirected there, whatever that URL might be.
Is this doable ? Do I understand correctly that the spec says it is not ? If the spec does say no, do you know any workaround that would allow this user experience ?