exp value not being validated on authorization endpoint #8464
Answered
by
ranierimazili
ranierimazili
asked this question in
Q&A
-
|
Hello, when using a JWE on request query parameter, the exp value isn't being validated. I've created a request object with an old value for exp attribute, but the authorization endpoint is still returning the code and id_token instead of 401 http status. P.S: It's validating only the redirect_uri inside the request object |
Beta Was this translation helpful? Give feedback.
Answered by
ranierimazili
Sep 23, 2021
Replies: 1 comment
-
|
Forgot to add new policy on realm using fapi1-advanced profile... after that it's working now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ranierimazili
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forgot to add new policy on realm using fapi1-advanced profile... after that it's working now.