website/docs/releases/2026/v2026.2.md
In recent years, a new authentik release was cut roughly every two months. We will be extending this to target a three-month release cycle, with the next release being 2026.5 in May. We will keep to our current practice of supporting the two most recently released versions with security coverage, which will therefore result in a longer coverage period as well.
Users will now be filtered based on the policies bound to the application the SCIM provider is used with. There is now an option to select groups in the SCIM provider, which, if selected, will only sync those groups, and if no groups are selected, all groups will be synced. If you have a SCIM provider with a group filter setup, it will be deactivated and a configuration warning will be created, for you to review the configuration.
User.ak_groups has been deprecated. Users' groups are now accessed through User.groups. Usage of .ak_groups will continue to function, but will create a configuration warning event, at most every 30 days. We recommend you check any custom code (e.g. expression policies, property mappings) that deals with group memberships to update them if necessary.
Object Lifecycle Management allows Admins to schedule and track periodic reviews for Applications, Groups, and Roles. Reviewing access privileges to specific applications is an important best practice, as is reviewing other settings such as your branding settings, group and role membership, application entitlements, and current policy bindings.
We now have a provider to integrate authentik with applications and service providers that use the WS-Fed protocol. WS-Federation is an XML-based identity federation protocol that uses token exchange for federated Single Sign-On (SSO) and IdP authentication, specifically for Windows applications such as Sharepoint. Note that we only support the SAML2 token type within WS-Federation providers, and that using the WS-Fed provider with Entra ID is not supported because Entra ID requires a SAML 1.0 token.
For details refer to our WS-Federation provider documentation.
Endpoints now has a Fleet connector integration. You can now pull device facts and signals data from Fleet into authentik to implement Conditional Access rules.
Local Device Login now works on Linux too and also supports webauthn/FIDO2.
authentik's certificate builder now supports ED25519 and ED448 certificate generation.
The SAML provider's metadata parser now supports importing Single Logout Service endpoints and encryption certificates. Also, encryption certificates without private keys are now accepted, and the structure of encrypted SAML assertions has been corrected. The signing order for encrypted SAML responses has been fixed, and signature algorithm options are now automatically pulled from the selected signing certificate. The SP ACS binding field has been lowered in the form and will soon be sunset, as defaulting to POST should work in every case.
SAML sources now correctly handle transient usernames longer than 150 characters by truncating them. AuthnRequest signatures are no longer incorrectly embedded in the request body when using the redirect binding. The signature verification order has been fixed to properly accommodate encrypted assertions, and InvalidSignature exceptions are now properly caught. Status message handling has also been improved for better error reporting.
We now have a tutorial for your First steps after installing authentik! This document walks you through adding a new application and provider, then adding your first user, with Tips to explain more complex concepts. Best practices and troubleshooting tips are also included.
authentik now uses Python 3.14 under the hood. This means absolutely nothing as we use none of its features, but it has a cool name.
An integration is how authentik connects to third-party applications, directories, and other identity providers. The following integration guides were recently added. A big thanks to our contributors!
This release does not introduce any new requirements. You can follow the upgrade instructions below; for more detailed information about upgrading authentik, refer to our Upgrade documentation.
:::warning When you upgrade, be aware that the version of the authentik instance and of any outposts must be the same. We recommended that you always upgrade any outposts at the same time you upgrade your authentik instance. :::
To upgrade, download the new docker-compose file and update the Docker stack with the new version, using these commands:
wget -O docker-compose.yml https://goauthentik.io/version/2026.2/lifecycle/container/compose.yml
docker compose up -d
The -O flag retains the downloaded file's name, overwriting any existing local file with the same name.
Upgrade the Helm Chart to the new version, using the following commands:
helm repo update
helm upgrade authentik authentik/authentik -f values.yaml --version ^2026.2
Token list (#18684)wreply (#19996)logout+jwt token type for oidc logout token. (#19554)challenge nullish types. (#19768)npm link (#19016)package-lock.json by tag workflow (#20349)DELETE /core/authenticated_sessions/bulk_delete/GET /endpoints/fleet/connectors/POST /endpoints/fleet/connectors/GET /endpoints/fleet/connectors/{connector_uuid}/PUT /endpoints/fleet/connectors/{connector_uuid}/DELETE /endpoints/fleet/connectors/{connector_uuid}/PATCH /endpoints/fleet/connectors/{connector_uuid}/GET /endpoints/fleet/connectors/{connector_uuid}/used_by/POST /lifecycle/iterations/GET /lifecycle/iterations/latest/{content_type}/{object_id}/GET /lifecycle/iterations/open/POST /lifecycle/reviews/GET /lifecycle/rules/POST /lifecycle/rules/GET /lifecycle/rules/{id}/PUT /lifecycle/rules/{id}/DELETE /lifecycle/rules/{id}/PATCH /lifecycle/rules/{id}/GET /providers/wsfed/POST /providers/wsfed/GET /providers/wsfed/{id}/PUT /providers/wsfed/{id}/DELETE /providers/wsfed/{id}/PATCH /providers/wsfed/{id}/GET /providers/wsfed/{id}/metadata/GET /providers/wsfed/{id}/preview_user/GET /providers/wsfed/{id}/used_by/GET /admin/settings/Changed response : 200 OK
application/json
Changed property flags (object)
New required properties:
enterprise_audit_include_expanded_diffenterprise_audit_include_expanded_diff (boolean)PUT /admin/settings/Changed content type : application/json
Changed property flags (object)
New required properties:
enterprise_audit_include_expanded_diffenterprise_audit_include_expanded_diff (boolean)Changed response : 200 OK
application/json
Changed property flags (object)
New required properties:
enterprise_audit_include_expanded_diffenterprise_audit_include_expanded_diff (boolean)PATCH /admin/settings/Changed content type : application/json
Changed property flags (object)
New required properties:
enterprise_audit_include_expanded_diffenterprise_audit_include_expanded_diff (boolean)Changed response : 200 OK
application/json
Changed property flags (object)
New required properties:
enterprise_audit_include_expanded_diffenterprise_audit_include_expanded_diff (boolean)POST /core/users/{id}/recovery/New content type : application/json
POST /core/users/{id}/recovery_email/Deleted: email_stage in query
New content type : application/json
POST /core/users/export/Added: last_login in query
Added: last_login__gt in query
Added: last_login__isnull in query
Added: last_login__lt in query
GET /crypto/certificatekeypairs/{kp_uuid}/Changed response : 200 OK
application/json
Changed property fingerprint_sha256 (string)
SHA256 fingerprint of the certificate
Changed property fingerprint_sha1 (string)
SHA1 fingerprint of the certificate
Changed property cert_expiry (string)
Certificate expiry date
Changed property cert_subject (string)
Certificate subject as RFC4514 string
Changed property key_type (string)
Key algorithm type detected from the certificate's public key
PUT /crypto/certificatekeypairs/{kp_uuid}/Changed response : 200 OK
application/json
Changed property fingerprint_sha256 (string)
SHA256 fingerprint of the certificate
Changed property fingerprint_sha1 (string)
SHA1 fingerprint of the certificate
Changed property cert_expiry (string)
Certificate expiry date
Changed property cert_subject (string)
Certificate subject as RFC4514 string
Changed property key_type (string)
Key algorithm type detected from the certificate's public key
PATCH /crypto/certificatekeypairs/{kp_uuid}/Changed response : 200 OK
application/json
Changed property fingerprint_sha256 (string)
SHA256 fingerprint of the certificate
Changed property fingerprint_sha1 (string)
SHA1 fingerprint of the certificate
Changed property cert_expiry (string)
Certificate expiry date
Changed property cert_subject (string)
Certificate subject as RFC4514 string
Changed property key_type (string)
Key algorithm type detected from the certificate's public key
POST /crypto/certificatekeypairs/generate/Changed content type : application/json
Changed property alg (string)
Added enum values:
ed25519ed448Changed response : 200 OK
application/json
Changed property fingerprint_sha256 (string)
SHA256 fingerprint of the certificate
Changed property fingerprint_sha1 (string)
SHA1 fingerprint of the certificate
Changed property cert_expiry (string)
Certificate expiry date
Changed property cert_subject (string)
Certificate subject as RFC4514 string
Changed property key_type (string)
Key algorithm type detected from the certificate's public key
GET /endpoints/agents/enrollment_tokens/{token_uuid}/Changed response : 200 OK
application/json
device_group_obj (object)
attributes (object)PUT /endpoints/agents/enrollment_tokens/{token_uuid}/Changed response : 200 OK
application/json
device_group_obj (object)
attributes (object)PATCH /endpoints/agents/enrollment_tokens/{token_uuid}/Changed response : 200 OK
application/json
device_group_obj (object)
attributes (object)GET /endpoints/device_access_groups/{pbm_uuid}/Changed response : 200 OK
application/json
attributes (object)PUT /endpoints/device_access_groups/{pbm_uuid}/Changed content type : application/json
attributes (object)Changed response : 200 OK
application/json
attributes (object)PATCH /endpoints/device_access_groups/{pbm_uuid}/Changed content type : application/json
attributes (object)Changed response : 200 OK
application/json
attributes (object)POST /events/events/export/Changed: actions in query
GET /policies/event_matcher/{policy_uuid}/Changed response : 200 OK
application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderPUT /policies/event_matcher/{policy_uuid}/Changed content type : application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderChanged response : 200 OK
application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderPATCH /policies/event_matcher/{policy_uuid}/Changed content type : application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderChanged response : 200 OK
application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderGET /rbac/roles/{uuid}/Changed response : 200 OK
application/json
name (string)PUT /rbac/roles/{uuid}/Changed content type : application/json
name (string)Changed response : 200 OK
application/json
name (string)PATCH /rbac/roles/{uuid}/Changed content type : application/json
name (string)Changed response : 200 OK
application/json
name (string)GET /core/brands/current/Changed response : 200 OK
application/json
Changed property flags (object)
New required properties:
enterprise_audit_include_expanded_diffenterprise_audit_include_expanded_diff (boolean)GET /core/groups/{group_uuid}/Changed response : 200 OK
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PUT /core/groups/{group_uuid}/Changed response : 200 OK
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PATCH /core/groups/{group_uuid}/Changed response : 200 OK
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /core/tokens/{identifier}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PUT /core/tokens/{identifier}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PATCH /core/tokens/{identifier}/Changed response : 200 OK
application/json
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /core/users/{id}/Changed response : 200 OK
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PUT /core/users/{id}/Changed response : 200 OK
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PATCH /core/users/{id}/Changed response : 200 OK
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)POST /crypto/certificatekeypairs/Changed response : 201 Created
application/json
Changed property fingerprint_sha256 (string)
SHA256 fingerprint of the certificate
Changed property fingerprint_sha1 (string)
SHA1 fingerprint of the certificate
Changed property cert_expiry (string)
Certificate expiry date
Changed property cert_subject (string)
Certificate subject as RFC4514 string
Changed property key_type (string)
Key algorithm type detected from the certificate's public key
GET /crypto/certificatekeypairs/Deleted: include_details in query
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > CertificateKeyPair Serializer
Changed property fingerprint_sha256 (string)
SHA256 fingerprint of the certificate
Changed property fingerprint_sha1 (string)
SHA1 fingerprint of the certificate
Changed property cert_expiry (string)
Certificate expiry date
Changed property cert_subject (string)
Certificate subject as RFC4514 string
Changed property key_type (string)
Key algorithm type detected from the certificate's public key
POST /endpoints/agents/connectors/check_in/Changed content type : application/json
Changed property os (object)
For example: {"family":"linux","name":"Ubuntu","version":"24.04.3 LTS (Noble Numbat)","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "mac_os", "name": "", "version": "26.2", "arch": "arm64"}
Changed property name (string)
Operating System name, such as 'Server 2022' or 'Ubuntu'
Changed property version (string)
Operating System version, must always be the version number but may contain build name
POST /endpoints/agents/enrollment_tokens/Changed response : 201 Created
application/json
device_group_obj (object)
attributes (object)GET /endpoints/agents/enrollment_tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object):
device_group_obj (object)
attributes (object)POST /endpoints/device_access_groups/Changed content type : application/json
attributes (object)Changed response : 201 Created
application/json
attributes (object)GET /endpoints/device_access_groups/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object):
attributes (object)GET /events/events/{event_uuid}/Changed response : 200 OK
application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedPUT /events/events/{event_uuid}/Changed content type : application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged response : 200 OK
application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedPATCH /events/events/{event_uuid}/Changed content type : application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged response : 200 OK
application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedGET /events/events/volume/Changed: actions in query
Changed response : 200 OK
Changed content type : application/json
Changed items (object): > Count of events of action created on day
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedGET /events/rules/{pbm_uuid}/Changed response : 200 OK
application/json
Changed property destination_group_obj (object)
Group Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PUT /events/rules/{pbm_uuid}/Changed response : 200 OK
application/json
Changed property destination_group_obj (object)
Group Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PATCH /events/rules/{pbm_uuid}/Changed response : 200 OK
application/json
Changed property destination_group_obj (object)
Group Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /flows/instances/{slug}/Changed response : 200 OK
application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /flows/instances/{slug}/Changed content type : application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundChanged response : 200 OK
application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /flows/instances/{slug}/Changed content type : application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundChanged response : 200 OK
application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /policies/event_matcher/Changed content type : application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderChanged response : 201 Created
application/json
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderGET /policies/event_matcher/Changed: action in query
Match created events with this action type. When left empty, all action types will be matched.
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Event Matcher Policy Serializer
Changed property action (string)
Match created events with this action type. When left empty, all action types will be matched.
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged property app (string)
Match events created by selected application. When left empty, all applications are matched.
Added enum values:
authentik.enterprise.endpoints.connectors.fleetauthentik.enterprise.lifecycleauthentik.enterprise.providers.ws_federationChanged property model (string)
Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderGET /providers/scim/{id}/Changed response : 200 OK
application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Items (string):
Deleted property filter_group (string)
PUT /providers/scim/{id}/Changed content type : application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
Changed response : 200 OK
application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
PATCH /providers/scim/{id}/Changed content type : application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
Changed response : 200 OK
application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
GET /providers/ssf/{id}/Changed response : 200 OK
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PUT /providers/ssf/{id}/Changed response : 200 OK
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PATCH /providers/ssf/{id}/Changed response : 200 OK
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /rbac/permissions/Deleted: user in query
POST /rbac/permissions/assigned_by_roles/{uuid}/assign/Changed content type : application/json
Changed property model (string)
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderPATCH /rbac/permissions/assigned_by_roles/{uuid}/unassign/Changed content type : application/json
Changed property model (string)
Added enum values:
authentik_endpoints_connectors_fleet.fleetconnectorauthentik_lifecycle.lifecycleruleauthentik_lifecycle.lifecycleiterationauthentik_lifecycle.reviewauthentik_providers_ws_federation.wsfederationproviderPOST /rbac/roles/Changed content type : application/json
name (string)Changed response : 201 Created
application/json
name (string)GET /rbac/roles/Added: groups in query
Deleted: ak_groups in query
Changed: inherited in query
Include inherited roles (requires users or groups filter)
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Role serializer
name (string)GET /sources/scim/{slug}/Changed response : 200 OK
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PUT /sources/scim/{slug}/Changed response : 200 OK
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)PATCH /sources/scim/{slug}/Changed response : 200 OK
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /ssf/streams/{uuid}/Changed response : 200 OK
application/json
Changed property provider_obj (object)
SSFProvider Serializer
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)POST /stages/authenticator/duo/{stage_uuid}/enrollment_status/GET /stages/invitation/invitations/{invite_uuid}/Changed response : 200 OK
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/invitation/invitations/{invite_uuid}/Changed response : 200 OK
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/invitation/invitations/{invite_uuid}/Changed response : 200 OK
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /core/groups/Changed response : 201 Created
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /core/groups/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Group Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)POST /core/tokens/Changed response : 201 Created
application/json
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /core/tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /core/user_consent/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)POST /core/users/Changed response : 201 Created
application/json
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /core/users/Added: last_login in query
Added: last_login__gt in query
Added: last_login__isnull in query
Added: last_login__lt in query
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /endpoints/devices/{device_uuid}/Changed response : 200 OK
application/json
Changed property access_group_obj (object)
attributes (object)Changed property connections_obj (array)
Changed items (object):
Changed property latest_snapshot (object)
New required properties:
vendorAdded property vendor (object)
Enum values:
goauthentik.io/@mergedgoauthentik.io/platformfleetdm.comChanged property facts (object)
New required properties:
vendorAdded property vendor (object)
Changed property data (object)
Changed property os (object)
For example: {"family":"linux","name":"Ubuntu","version":"24.04.3 LTS (Noble Numbat)","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "mac_os", "name": "", "version": "26.2", "arch": "arm64"}
Changed property name (string)
Operating System name, such as 'Server 2022' or 'Ubuntu'
Changed property version (string)
Operating System version, must always be the version number but may contain build name
PUT /endpoints/devices/{device_uuid}/Changed content type : application/json
access_group_obj (object)
attributes (object)Changed response : 200 OK
application/json
Changed property access_group_obj (object)
attributes (object)Changed property facts (object)
New required properties:
vendorAdded property vendor (object)
Changed property data (object)
Changed property os (object)
For example: {"family":"linux","name":"Ubuntu","version":"24.04.3 LTS (Noble Numbat)","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "mac_os", "name": "", "version": "26.2", "arch": "arm64"}
Changed property name (string)
Operating System name, such as 'Server 2022' or 'Ubuntu'
Changed property version (string)
Operating System version, must always be the version number but may contain build name
PATCH /endpoints/devices/{device_uuid}/Changed content type : application/json
access_group_obj (object)
attributes (object)Changed response : 200 OK
application/json
Changed property access_group_obj (object)
attributes (object)Changed property facts (object)
New required properties:
vendorAdded property vendor (object)
Changed property data (object)
Changed property os (object)
For example: {"family":"linux","name":"Ubuntu","version":"24.04.3 LTS (Noble Numbat)","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "mac_os", "name": "", "version": "26.2", "arch": "arm64"}
Changed property name (string)
Operating System name, such as 'Server 2022' or 'Ubuntu'
Changed property version (string)
Operating System version, must always be the version number but may contain build name
POST /events/events/Changed content type : application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged response : 201 Created
application/json
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedGET /events/events/Changed: actions in query
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedGET /events/notifications/{uuid}/Changed response : 200 OK
application/json
Changed property event (object)
Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedPUT /events/notifications/{uuid}/Changed content type : application/json
Changed property event (object)
Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged response : 200 OK
application/json
Changed property event (object)
Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedPATCH /events/notifications/{uuid}/Changed content type : application/json
Changed property event (object)
Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedChanged response : 200 OK
application/json
Changed property event (object)
Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedPOST /events/rules/Changed response : 201 Created
application/json
Changed property destination_group_obj (object)
Group Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /events/rules/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > NotificationRule Serializer
Changed property destination_group_obj (object)
Group Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /flows/bindings/{fsb_uuid}/Changed response : 200 OK
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /flows/bindings/{fsb_uuid}/Changed response : 200 OK
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /flows/bindings/{fsb_uuid}/Changed response : 200 OK
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /flows/instances/Changed content type : application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundChanged response : 201 Created
application/json
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /flows/instances/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Flow Serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /providers/scim/Changed content type : application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
Changed response : 201 Created
application/json
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
GET /providers/scim/Added: group_filters in query
Deleted: filter_group in query
Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > SCIMProvider Serializer
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
POST /providers/ssf/Changed response : 201 Created
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /providers/ssf/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > SSFProvider Serializer
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /rbac/permissions/assigned_by_roles/Changed: model in query
POST /sources/plex/redeem_token/Changed response : 200 OK
application/json
Changed property flow_info (object)
Contextual flow information for a challenge
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /sources/scim/Changed response : 201 Created
application/json
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /sources/scim/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > SCIMSource Serializer
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /ssf/streams/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > SSFStream Serializer
Changed property provider_obj (object)
SSFProvider Serializer
Changed property token_obj (object)
Token Serializer
Changed property user_obj (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /stages/all/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/duo/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/duo/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/duo/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/endpoint_gdtc/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/endpoint_gdtc/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/endpoint_gdtc/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/sms/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/sms/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/sms/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/static/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/static/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/static/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/totp/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/totp/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/totp/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/validate/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/validate/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/validate/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/webauthn/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/authenticator/webauthn/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/authenticator/webauthn/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/captcha/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/captcha/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/captcha/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/consent/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/consent/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/consent/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/deny/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/deny/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/deny/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/dummy/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/dummy/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/dummy/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/email/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/endpoints/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/endpoints/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/endpoints/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/identification/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/identification/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/identification/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/invitation/invitations/Changed response : 201 Created
application/json
Changed property flow_obj (object)
Flow Serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/invitation/invitations/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Invitation Serializer
Changed property flow_obj (object)
Flow Serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/invitation/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/invitation/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/invitation/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/mtls/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/mtls/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/mtls/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/password/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/password/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/password/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/prompt/prompts/preview/Changed response : 200 OK
application/json
Changed property flow_info (object)
Contextual flow information for a challenge
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/prompt/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/prompt/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/prompt/stages/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/redirect/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/redirect/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/redirect/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/source/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/source/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/source/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_delete/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/user_delete/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/user_delete/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_login/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/user_login/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/user_login/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_logout/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/user_logout/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/user_logout/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_write/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/user_write/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/user_write/{stage_uuid}/Changed response : 200 OK
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /core/user_consent/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserConsent Serializer
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /endpoints/devices/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object):
Changed property access_group_obj (object)
attributes (object)Changed property facts (object)
New required properties:
vendorAdded property vendor (object)
Changed property data (object)
Changed property os (object)
For example: {"family":"linux","name":"Ubuntu","version":"24.04.3 LTS (Noble Numbat)","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "windows","name":"Server 2022 Datacenter","version":"10.0.20348.4405","arch":"amd64"} {"family": "mac_os", "name": "", "version": "26.2", "arch": "arm64"}
Changed property name (string)
Operating System name, such as 'Server 2022' or 'Ubuntu'
Changed property version (string)
Operating System version, must always be the version number but may contain build name
GET /events/notifications/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Notification Serializer
Changed property event (object)
Event Serializer
Changed property action (string)
Added enum values:
configuration_warningreview_initiatedreview_overduereview_attestedreview_completedPOST /flows/bindings/Changed response : 201 Created
application/json
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /flows/bindings/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > FlowStageBinding Serializer
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /flows/executor/{flow_slug}/Changed response : 200 OK
Changed content type : application/json
Updated ak-source-oauth-apple component:
Changed property flow_info (object) > Contextual flow information for a challenge
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundUpdated ak-stage-identification component:
Added property pending_user_identifier (string)
POST /flows/executor/{flow_slug}/Changed response : 200 OK
Changed content type : application/json
Updated ak-source-oauth-apple component:
Changed property flow_info (object) > Contextual flow information for a challenge
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundUpdated ak-stage-identification component:
Added property pending_user_identifier (string)
GET /flows/inspector/{flow_slug}/Changed response : 200 OK
application/json
Changed property plans (array)
Changed items (object): > Serializer for an active FlowPlan
Changed property current_stage (object)
FlowStageBinding Serializer
Changed property stage_obj (object)
Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /oauth2/access_tokens/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /oauth2/authorization_codes/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /oauth2/refresh_tokens/{id}/Changed response : 200 OK
application/json
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /stages/all/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Stage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/duo/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/duo/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorDuoStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/email/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/email/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorEmailStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/endpoint_gdtc/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/endpoint_gdtc/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorEndpointGDTCStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/sms/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/sms/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorSMSStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/static/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/static/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorStaticStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/totp/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/totp/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorTOTPStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/validate/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/validate/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorValidateStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/authenticator/webauthn/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/authenticator/webauthn/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > AuthenticatorWebAuthnStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/captcha/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/captcha/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > CaptchaStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/consent/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/consent/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > ConsentStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/deny/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/deny/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > DenyStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/dummy/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/dummy/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > DummyStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/email/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/email/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > EmailStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/endpoints/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/endpoints/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > EndpointStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/identification/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/identification/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > IdentificationStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/invitation/stages/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/invitation/stages/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > InvitationStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/mtls/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/mtls/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > MutualTLSStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/password/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/password/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > PasswordStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/prompt/prompts/{prompt_uuid}/Changed response : 200 OK
application/json
Changed property prompt_stages_obj (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /stages/prompt/prompts/{prompt_uuid}/Changed response : 200 OK
application/json
Changed property prompt_stages_obj (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPATCH /stages/prompt/prompts/{prompt_uuid}/Changed response : 200 OK
application/json
Changed property prompt_stages_obj (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/prompt/stages/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/prompt/stages/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/redirect/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/redirect/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > RedirectStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/source/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/source/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > SourceStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/user_delete/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_delete/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserDeleteStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/user_login/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_login/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserLoginStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/user_logout/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_logout/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserLogoutStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPOST /stages/user_write/Changed response : 201 Created
application/json
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/user_write/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > UserWriteStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundPUT /core/transactional/applications/Changed content type : application/json
Changed property provider_model (string)
Added enum value:
authentik_providers_ws_federation.wsfederationproviderChanged property provider (object)
Added 'authentik_providers_ws_federation.wsfederationprovider' provider_model:
Property name (string)
Property authentication_flow (string)
Flow used for authentication when the associated application is accessed by an un-authenticated user.
Property authorization_flow (string)
Flow used when authorizing this provider.
Property invalidation_flow (string)
Flow used ending the session from a provider.
Property property_mappings (array)
Items (string):
Property reply_url (string)
Property wtrealm (string)
Property assertion_valid_not_before (string)
Assertion valid not before current time + this value (Format: hours=-1;minutes=-2;seconds=-3).
Property assertion_valid_not_on_or_after (string)
Assertion not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3).
Property session_valid_not_on_or_after (string)
Session not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3).
Property name_id_mapping (string)
Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be considered
Property authn_context_class_ref_mapping (string)
Configure how the AuthnContextClassRef value will be created. When left empty, the AuthnContextClassRef will be set based on which authentication methods the user used to authenticate.
Property digest_algorithm (string)
Enum values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Property signature_algorithm (string)
Enum values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Property signing_kp (string)
Keypair used to sign outgoing Responses going to the Service Provider.
Property encryption_kp (string)
When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the private key.
Property sign_assertion (boolean)
Property sign_logout_request (boolean)
Property default_name_id_policy (string)
Enum values:
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddressurn:oasis:names:tc:SAML:2.0:nameid-format:persistenturn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectNameurn:oasis:names:tc:SAML:2.0:nameid-format:WindowsDomainQualifiedNameurn:oasis:names:tc:SAML:2.0:nameid-format:transienturn:oasis:names:tc:SAML:1.1:nameid-format:unspecifiedUpdated authentik_providers_scim.scimprovider provider_model:
Added property group_filters (array)
Group filters used to define sync-scope for groups.
Deleted property filter_group (string)
GET /oauth2/access_tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Serializer for BaseGrantModel and RefreshToken
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /oauth2/authorization_codes/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Serializer for BaseGrantModel and ExpiringBaseGrant
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)GET /oauth2/refresh_tokens/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Serializer for BaseGrantModel and RefreshToken
Changed property user (object)
User Serializer
Changed property roles_obj (array)
Changed items (object): > Role serializer
name (string)POST /stages/prompt/prompts/Changed response : 201 Created
application/json
Changed property prompt_stages_obj (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundGET /stages/prompt/prompts/Changed response : 200 OK
application/json
Changed property results (array)
Changed items (object): > Prompt Serializer
Changed property prompt_stages_obj (array)
Changed items (object): > PromptStage Serializer
Changed property flow_set (array)
Changed items (object): > Stripped down flow serializer
Changed property layout (string)
Added enum values:
sidebar_left_frame_backgroundsidebar_right_frame_backgroundAPI changes broke backward compatibility