|
Hello people! I hope I'm not too invasive or annoying with my post! I don't know how to explain but my issue is that using Authelia as OIDC is giving me the below 2 issues:
I tried to search for same issues, I guess I'm not that good at it since I didn't find any, please feel free to point me at those!! |
Replies: 2 comments 4 replies
|
During the initial login via an OIDC identity provider (e.g., Microsoft Entra ID, Authelia), the local username is composed from two values provided by the identity provider:
The system appends a unique suffix to the display name to avoid name collisions. This is intentional behavior and is documented under “OIDC Implementation” → “User Provisioning Flow”. The second point sounds very much like a reverse proxy issue. Are you using one in your setup? |
|
I don't know if it's due to the latest updates or not, but adding the below bits in NPM fixed the issue with passkey. Digging around I found out that the passkeys carry much larger payload, but mail-archiver was the first one that gave me that bad gateway issue. This is the advanced setting I added to the entry:
|
I don't know if it's due to the latest updates or not, but adding the below bits in NPM fixed the issue with passkey. Digging around I found out that the passkeys carry much larger payload, but mail-archiver was the first one that gave me that bad gateway issue.
Perhaps might be worth adding a note/hint somewhere in the guides for Authelia if passkey is used in combo with NPM.
This is the advanced setting I added to the entry: