Version: v1
Nauthilus IdP API
Public contract for stable Nauthilus IdP routes. It covers OIDC, SAML, and browser flow endpoints that are intentionally reachable outside the protected backchannel API.
Authentication
- HTTP: Bearer Auth
- HTTP: Basic Auth
- API Key: clientPost
- API Key: sessionCookie
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
OIDC client authentication with HTTP Basic.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |
OIDC client authentication through form parameters.
Security Scheme Type: | apiKey |
|---|---|
Query parameter name: | client_secret |
Encrypted browser session cookie.
Security Scheme Type: | apiKey |
|---|---|
Cookie parameter name: | nauthilus_secure_data |