Displaying 1 result from an estimated 1 matches for "rfc9068".
Did you mean:
rfc2068
2023 Mar 01
0
OAuth2: local validation with RFC9068 tokens
Hello,
my IdP is kind of progressive and implemented RFC9068, where all access tokens now come with typ "at+JWT".
Since the setup has used local validation, I had to switch and currently use introspection endpoint. Looked around at the src and there seems to be relatively simple check of the token typ checking the only fixed value of "JWT"...