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.45k stars 71 forks source link

Need help for SAML configuration #164

Open mgagnant opened 2 years ago

mgagnant commented 2 years ago

A clear and concise description of what you want to accomplish.

Hello @greenpau , my project is to migrate an existing LAMP configuration to a new infrastructure with docker. In my old architecture I use simpleSAMLphp for the Service provider SSO. The problem is that this application is based on APACHE. I choose Caddy like a reverseproxy on my new architecture and APACHE is now remove. Do you have any examples of your caddy-security for just a SAML connect ton an existing IDP ? I saw on your website that you initiate with AWS but I don't want to use Amazon services. I dunno if i am really clear.

Any help will be appreciate.

Micka.

greenpau commented 2 years ago

@mgagnant , here is jumpcloud integration https://github.com/authp/authp.github.io/blob/main/assets/conf/saml/jumpcloud/Caddyfile

greenpau commented 2 years ago

Also https://authp.github.io/docs/authenticate/saml/jumpcloud

mgagnant commented 2 years ago

Hey @greenpau thanks for your reply. I will study this part. If it is ok i will reply here. Micka