[Feature Request] Define custom field for user name with OIDC #306
Replies: 8 comments
|
I have no experience with pocketid, but in ms entry as well as authelia you have to configure the callback url (https://your-mail-archiver-domain/oidc-signin-completed), like shown in my example here: https://github.com/s1t5/mail-archiver/blob/main/doc/OIDC_Implementation.md |
|
Thanks for the info. Unfortunately, that didn’t work either. Any other ideas? |
|
Hi, I changed one more setting, specifically the OAuth__Authority. I now entered only the URL without “.well-known/openid-configuration”. Since then, the login works. However, the user must first be activated by the admin, and the username ends up being first name, last name, and a string — which is the “sub” attribute from PocketID. Is it possible to use the “preferred_username” or the email address as the username instead? It might also be helpful if users were activated automatically. Thanks. |
Can you show what you have in your "OAuth": section in the appsetting.jason file? |
|
Just got it working with PocketID. I am using Nginx Proxy Manager, had to add following config to get it working: |
|
TY @fbloemhof The added values to Ngnix helped my aswell. |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@fbloemhof thank you! I'll add this to the documentation |
Uh oh!
There was an error while loading. Please reload this page.
What is your question?
Hi,
i use PocketID for my SSO and OIDC Configuration.
I have configured mail-archive now with the following settings:
But when i login, the login page from mailarchive is reloaded and no login to mailarchive.
Is there an error in my configuration?
Must i add an callback URL in PocketID?
Thx.
Regards
Hermann
Application Version
2512.1
All reactions