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
according to the specNote that max_age=0 is equivalent to prompt=login but that is not 100% correct, because if I use max_age=0 I will have an endless loop, because if max_age=0 the prompt values needs to be removed when creating the redirect_uri as well
To reproduce
run velusia example call the client with max_age=0
Exceptions (if any)
none, you will just redirected infidentily
The text was updated successfully, but these errors were encountered:
Confirm you've already contributed to this project or that you sponsor it
Version
all
Describe the bug
See here: https://github.com/openiddict/openiddict-samples/blob/dev/samples/Velusia/Velusia.Server/Controllers/AuthorizationController.cs#L65
according to the spec
Note that max_age=0 is equivalent to prompt=login
but that is not 100% correct, because if I use max_age=0 I will have an endless loop, because if max_age=0 the prompt values needs to be removed when creating the redirect_uri as wellTo reproduce
run velusia example call the client with max_age=0
Exceptions (if any)
none, you will just redirected infidentily
The text was updated successfully, but these errors were encountered: