Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /core/tokens/ ###### Parameters: Changed: `intent` in `query` > * `verification` - Intent Verification > * `api` - Intent Api > * `recovery` - Intent Recovery > * `app_password` - Intent App Password ##### `GET` /events/transports/ ###### Parameters: Changed: `mode` in `query` > * `local` - authentik inbuilt notifications > * `webhook` - Generic Webhook > * `webhook_slack` - Slack Webhook (Slack/Discord) > * `email` - Email ##### `GET` /providers/saml/ ###### Parameters: Changed: `digest_algorithm` in `query` > * `http://www.w3.org/2000/09/xmldsig#sha1` - SHA1 > * `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256 > * `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384 > * `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512 Changed: `signature_algorithm` in `query` > * `http://www.w3.org/2000/09/xmldsig#rsa-sha1` - RSA-SHA1 > * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` - RSA-SHA256 > * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384 > * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512 > * `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1 ##### `GET` /sources/oauth/ ###### Parameters: Changed: `policy_engine_mode` in `query` > * `all` - all, all policies must pass > * `any` - any, any policy must pass ##### `GET` /sources/plex/ ###### Parameters: Changed: `policy_engine_mode` in `query` > * `all` - all, all policies must pass > * `any` - any, any policy must pass ##### `GET` /sources/saml/ ###### Parameters: Changed: `binding_type` in `query` > * `REDIRECT` - Redirect Binding > * `POST` - POST Binding > * `POST_AUTO` - POST Binding with auto-confirmation Changed: `digest_algorithm` in `query` > * `http://www.w3.org/2000/09/xmldsig#sha1` - SHA1 > * `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256 > * `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384 > * `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512 Changed: `policy_engine_mode` in `query` > * `all` - all, all policies must pass > * `any` - any, any policy must pass Changed: `signature_algorithm` in `query` > * `http://www.w3.org/2000/09/xmldsig#rsa-sha1` - RSA-SHA1 > * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` - RSA-SHA256 > * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` - RSA-SHA384 > * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` - RSA-SHA512 > * `http://www.w3.org/2000/09/xmldsig#dsa-sha1` - DSA-SHA1 ##### `GET` /events/notifications/ ###### Parameters: Changed: `severity` in `query` > * `notice` - Notice > * `warning` - Warning > * `alert` - Alert ##### `GET` /flows/bindings/ ###### Parameters: Changed: `policy_engine_mode` in `query` > * `all` - all, all policies must pass > * `any` - any, any policy must pass ##### `GET` /stages/authenticator/sms/ ###### Parameters: Changed: `auth_type` in `query` > * `basic` - Basic > * `bearer` - Bearer Changed: `provider` in `query` > * `twilio` - Twilio > * `generic` - Generic ##### `GET` /stages/authenticator/totp/ ###### Parameters: Changed: `digits` in `query` > * `6` - 6 digits, widely compatible > * `8` - 8 digits, not compatible with apps like Google Authenticator ##### `GET` /stages/authenticator/validate/ ###### Parameters: Changed: `not_configured_action` in `query` > * `skip` - Skip > * `deny` - Deny > * `configure` - Configure ##### `GET` /stages/authenticator/webauthn/ ###### Parameters: Changed: `authenticator_attachment` in `query` > * `platform` - Platform > * `cross-platform` - Cross Platform Changed: `resident_key_requirement` in `query` > * `discouraged` - Discouraged > * `preferred` - Preferred > * `required` - Required Changed: `user_verification` in `query` > * `required` - Required > * `preferred` - Preferred > * `discouraged` - Discouraged ##### `GET` /stages/consent/ ###### Parameters: Changed: `mode` in `query` > * `always_require` - Always Require > * `permanent` - Permanent > * `expiring` - Expiring ##### `GET` /stages/user_write/ ###### Parameters: Changed: `user_creation_mode` in `query` > * `never_create` - Never Create > * `create_when_required` - Create When Required > * `always_create` - Always Create ##### `GET` /stages/prompt/prompts/ ###### Parameters: Changed: `type` in `query` > * `text` - Text: Simple Text input > * `text_area` - Text area: Multiline Text Input. > * `text_read_only` - Text (read-only): Simple Text input, but cannot be edited. > * `text_area_read_only` - Text area (read-only): Multiline Text input, but cannot be edited. > * `username` - Username: Same as Text input, but checks for and prevents duplicate usernames. > * `email` - Email: Text field with Email type. > * `password` - Password: Masked input, multiple inputs of this type on the same prompt need to be identical. > * `number` - Number > * `checkbox` - Checkbox > * `radio-button-group` - Fixed choice field rendered as a group of radio buttons. > * `dropdown` - Fixed choice field rendered as a dropdown. > * `date` - Date > * `date-time` - Date Time > * `file` - File: File upload for arbitrary files. File content will be available in flow context as data-URI > * `separator` - Separator: Static Separator Line > * `hidden` - Hidden: Hidden field, can be used to insert data into form. > * `static` - Static: Static value, displayed as-is. > * `ak-locale` - authentik: Selection of locales authentik supports
- Loading branch information