Skip to content

OIDC suddenly stopped working for one user, unclear why #998

Answered by zandbelt
mikehearn asked this question in Q&A
Discussion options

You must be logged in to vote

@mikehearn after thinking this over I still believe that the ID token - since it represents an authentication event - should not contain these claims, but on the other hand:

  1. this situation needs to be handled more gracefully by mod_auth_openidc
  2. the HTTP response size limit also holds for the userinfo endpoint
  3. large claims from the userinfo endpoint would result in the same caching challenges
  4. there's an existing OIDCBlackListedClaims primitive that can be used to filter out unwanted/unfit claims from both sources

So I've committed a patch that allows handling this situation in a better way 2865154 and uploaded a build for you to test/confirm here: https://www.mod-auth-openidc.org/downlo…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@mikehearn
Comment options

@zandbelt
Comment options

@mikehearn
Comment options

@zandbelt
Comment options

@mikehearn
Comment options

Comment options

You must be logged in to vote
1 reply
@mikehearn
Comment options

Answer selected by mikehearn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants