🔐 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. 🔐
1.49k
stars
73
forks
source link
v1.1.29 default get guest role (with users and admin) #357
Open
PaddyPat opened 2 months ago
in 1.1.27 it works as default in 1.1.29 the user (user and admin) get a second "guest" group which breaks /settings
"origin": "local", "realm": "local", "roles": [ "authp/user", "authp/guest" ], "sub": "user" }
How can I remove second authp/guest if user or admin is also in roles? br