Expand description
Additional server capability modules
Note: WebAuthn/FIDO2 support is provided via the PasskeyAuthMethod
in src/methods/passkey/mod.rs using the production-grade passkey crate.
No separate WebAuthn server module is needed.
Modulesยง
- api_
gateway - API Gateway authentication and authorization
- consent
- User consent management (OAuth 2.0 / OIDC consent screen logic)
- device_
flow_ server - Device Authorization Grant server-side implementation (RFC 8628)
- introspection
- Token introspection endpoint (RFC 7662)
- jwt_
server - JWT token server for issuing and validating JWT tokens
- saml_
idp - SAML Identity Provider