greenpau / caddy-security

🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
https://authcrunch.com/
Apache License 2.0
1.42k stars 70 forks source link

question: use authp as upstream oauth server / authorization endpoint? #287

Closed unusualevent closed 10 months ago

unusualevent commented 11 months ago

Can you use authp as the upstream IdP / authorization endpoint for other services that support oauth/saml?

e.g., If I use local authorization, can I configure another server to use this as the SSO?

I say that because the plugin, registration, and setup is so amazing compared to every other IdP server.

greenpau commented 10 months ago

@unusualevent , not at the moment. There was an issue related to the same, i.e. making the portal an IDP server. I will make it happen at some point.