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.49k stars 73 forks source link

question: refresh_token not working in azure oAuth 2.0 #311

Open SLAN14 opened 9 months ago

SLAN14 commented 9 months ago

refresh_token are something that you get from the Azure AD while authentication. But by using this plugin, I'm able to get the access_token but not the refresh_token.

POV: Code is similar to what's on website and both caddy and caddy_security are at their latest version.