Skip to content

PocketID: Access to claims does not work #141

Discussion options

You must be logged in to vote

It cost me about a day of debugging and in the end I figured out. It was a nesting problem of the TokenValidation property which is part of the Provider object:
Not working:

http:
  middlewares:
    oidc-test:
      plugin:
        traefik-oidc-auth:
          Secret: ...
          Provider:
            Url: https://...
            ClientId: ...
            ClientSecret: ...
          TokenValidation: "IdToken" # <-----------

Working:

http:
  middlewares:
    oidc-test:
      plugin:
        traefik-oidc-auth:
          Secret: ...
          Provider:
            Url: https://...
            ClientId: ...
            ClientSecret: ...
            TokenValidation: "IdToken" # <-----------

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@meerumschlungen
Comment options

@sevensolutions
Comment options

@sevensolutions
Comment options

@meerumschlungen
Comment options

Answer selected by meerumschlungen
@meerumschlungen
Comment options

@sevensolutions
Comment options

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