mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
[GH-ISSUE #747] OIDC - Microsoft ADFS #16585
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @manelmolinaig on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/747
I would like to use ADFS as IdP but callback is not working properly, I can enter credentials on my ADFS login page, but when browser goes back to pangolin, I get the this error:
IdP Settings:
Authorization URL: https://FQDN/adfs/oauth2/authorize/
Token URL: https://FQDN/adfs/discovery/keys
Token Configuration: on identifier path I tried to use: sub, preferred_username and samaccountname (according to adfs claims)
Callback URL: https://FQDN/auth/idp/1/oidc/callback
Error from docker logs:
ADFS Claims:
From docker container terminal using wget I can reach ADFS
I'm on version 1.4
Any idea?
Thanks!
@github-actions[bot] commented on GitHub (Jun 3, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Jun 18, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.