Issue Setting Up Authelia as OIDC Provider #1524

Closed
opened 2026-04-05 19:33:01 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @polamoros on 5/4/2025

I think it's probably a misconfiguration on my end, but after trying different settings that work for other clients with no luck, I'm reporting this in case someone knows what's going on..

My authelia client configuration

- client_id: 'pangolin'
  client_name: 'Pangolin'
  client_secret: '$argon2id$v=ENCODED_STRING'
  public: false
  authorization_policy: 'two_factor'
  redirect_uris:
    - 'https://sub.my_domain.com/auth/idp/1/oidc/callback'
  scopes:
    - 'openid'
    - 'profile'
    - 'email'
  userinfo_signed_response_alg: 'none'
  token_endpoint_auth_method: 'client_secret_basic'

Identity Provider config in Pangolin
Image

I keep getting User identifier not found in the ID token
Image

and Pangolin logs

2025-05-04T20:13:48.822Z [debug]: {"data":{"valid":true},"success":true,"error":false,"message":"Access allowed","status":200}
*Originally created by @polamoros on 5/4/2025* I think it's probably a misconfiguration on my end, but after trying different settings that work for other clients with no luck, I'm reporting this in case someone knows what's going on.. My authelia client configuration ``` - client_id: 'pangolin' client_name: 'Pangolin' client_secret: '$argon2id$v=ENCODED_STRING' public: false authorization_policy: 'two_factor' redirect_uris: - 'https://sub.my_domain.com/auth/idp/1/oidc/callback' scopes: - 'openid' - 'profile' - 'email' userinfo_signed_response_alg: 'none' token_endpoint_auth_method: 'client_secret_basic' ``` Identity Provider config in Pangolin <img width="1250" alt="Image" src="https://github.com/user-attachments/assets/625e69f3-60a0-4175-8445-0c863ee4b05c" /> I keep getting `User identifier not found in the ID token` <img width="481" alt="Image" src="https://github.com/user-attachments/assets/44fadff9-267a-452a-985a-718c2252abaa" /> and Pangolin logs ``` 2025-05-04T20:13:48.822Z [debug]: {"data":{"valid":true},"success":true,"error":false,"message":"Access allowed","status":200} ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1524