v3.2023054.2: Update API Client
·
191 commits
to main
since this release
What's Changed
GET
/core/tokens/
Parameters:
Changed: intent
in query
verification
- Intent Verificationapi
- Intent Apirecovery
- Intent Recoveryapp_password
- Intent App Password
GET
/events/transports/
Parameters:
Changed: mode
in query
local
- authentik inbuilt notificationswebhook
- Generic Webhookwebhook_slack
- Slack Webhook (Slack/Discord)
GET
/providers/saml/
Parameters:
Changed: digest_algorithm
in query
http://www.w3.org/2000/09/xmldsig#sha1
- SHA1http://www.w3.org/2001/04/xmlenc#sha256
- SHA256http://www.w3.org/2001/04/xmldsig-more#sha384
- SHA384http://www.w3.org/2001/04/xmlenc#sha512
- SHA512
Changed: signature_algorithm
in query
http://www.w3.org/2000/09/xmldsig#rsa-sha1
- RSA-SHA1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
- RSA-SHA256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384
- RSA-SHA384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512
- RSA-SHA512http://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 passany
- any, any policy must pass
GET
/sources/plex/
Parameters:
Changed: policy_engine_mode
in query
all
- all, all policies must passany
- any, any policy must pass
GET
/sources/saml/
Parameters:
Changed: binding_type
in query
REDIRECT
- Redirect BindingPOST
- POST BindingPOST_AUTO
- POST Binding with auto-confirmation
Changed: digest_algorithm
in query
http://www.w3.org/2000/09/xmldsig#sha1
- SHA1http://www.w3.org/2001/04/xmlenc#sha256
- SHA256http://www.w3.org/2001/04/xmldsig-more#sha384
- SHA384http://www.w3.org/2001/04/xmlenc#sha512
- SHA512
Changed: policy_engine_mode
in query
all
- all, all policies must passany
- any, any policy must pass
Changed: signature_algorithm
in query
http://www.w3.org/2000/09/xmldsig#rsa-sha1
- RSA-SHA1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
- RSA-SHA256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384
- RSA-SHA384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512
- RSA-SHA512http://www.w3.org/2000/09/xmldsig#dsa-sha1
- DSA-SHA1
GET
/events/notifications/
Parameters:
Changed: severity
in query
notice
- Noticewarning
- Warningalert
- Alert
GET
/flows/bindings/
Parameters:
Changed: policy_engine_mode
in query
all
- all, all policies must passany
- any, any policy must pass
GET
/stages/authenticator/sms/
Parameters:
Changed: auth_type
in query
basic
- Basicbearer
- Bearer
Changed: provider
in query
twilio
- Twiliogeneric
- Generic
GET
/stages/authenticator/totp/
Parameters:
Changed: digits
in query
6
- 6 digits, widely compatible8
- 8 digits, not compatible with apps like Google Authenticator
GET
/stages/authenticator/validate/
Parameters:
Changed: not_configured_action
in query
skip
- Skipdeny
- Denyconfigure
- Configure
GET
/stages/authenticator/webauthn/
Parameters:
Changed: authenticator_attachment
in query
platform
- Platformcross-platform
- Cross Platform
Changed: resident_key_requirement
in query
discouraged
- Discouragedpreferred
- Preferredrequired
- Required
Changed: user_verification
in query
required
- Requiredpreferred
- Preferreddiscouraged
- Discouraged
GET
/stages/consent/
Parameters:
Changed: mode
in query
always_require
- Always Requirepermanent
- Permanentexpiring
- Expiring
GET
/stages/user_write/
Parameters:
Changed: user_creation_mode
in query
never_create
- Never Createcreate_when_required
- Create When Requiredalways_create
- Always Create
GET
/stages/prompt/prompts/
Parameters:
Changed: type
in query
text
- Text: Simple Text inputtext_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.password
- Password: Masked input, multiple inputs of this type on the same prompt need to be identical.number
- Numbercheckbox
- Checkboxradio-button-group
- Fixed choice field rendered as a group of radio buttons.dropdown
- Fixed choice field rendered as a dropdown.date
- Datedate-time
- Date Timefile
- File: File upload for arbitrary files. File content will be available in flow context as data-URIseparator
- Separator: Static Separator Linehidden
- 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