Releases: goauthentik/client-kotlin
v3.2023083.11: Update API Client
What's Changed
GET
/stages/user_write/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
Enum values:
internal
external
service_account
internal_service_account
-
PUT
/stages/user_write/{stage_uuid}/
Request:
Changed content type : application/json
- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
- Added property
PATCH
/stages/user_write/{stage_uuid}/
Request:
Changed content type : application/json
- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
- Added property
POST
/stages/user_write/
Request:
Changed content type : application/json
- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
- Added property
GET
/stages/user_write/
Parameters:
Added: user_type
in query
internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> UserWriteStage Serializer- Added property
user_type
(string)internal
- Internalexternal
- Externalservice_account
- Service Accountinternal_service_account
- Internal Service Account
- Added property
-
v3.2023083.10: Update API Client
What's Changed
GET
/sources/oauth/source_types/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
Changed items (object):
> Serializer for SourceTypeNew required properties:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
GET
/sources/oauth/{slug}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
type
(object)Serializer for SourceType
New required properties:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
-
PUT
/sources/oauth/{slug}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
type
(object)Serializer for SourceType
New required properties:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
-
PATCH
/sources/oauth/{slug}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
type
(object)Serializer for SourceType
New required properties:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
-
POST
/sources/oauth/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Changed property
type
(object)Serializer for SourceType
New required properties:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
-
GET
/sources/oauth/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> OAuth Source Serializer-
Changed property
type
(object)Serializer for SourceType
New required properties:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
-
-
v3.2023083.9: Update API Client
What's Changed
GET
/outposts/radius/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
GET
/providers/radius/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
PUT
/providers/radius/{id}/
Request:
Changed content type : application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
PATCH
/providers/radius/{id}/
Request:
Changed content type : application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
GET
/outposts/radius/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> RadiusProvider Serializer- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
-
POST
/providers/radius/
Request:
Changed content type : application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
GET
/providers/radius/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> RadiusProvider Serializer- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
-
PUT
/core/transactional/applications/
Request:
Changed content type : application/json
-
Changed property
provider
(object)Updated
authentik_providers_radius.radiusprovider
provider_model:- Added property
mfa_support
(boolean)When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
- Added property
v3.2023083.8: Update API Client
What's Changed
GET
/stages/deny/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
deny_message
(string)
- Added property
PUT
/stages/deny/{stage_uuid}/
Request:
Changed content type : application/json
- Added property
deny_message
(string)
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
deny_message
(string)
- Added property
PATCH
/stages/deny/{stage_uuid}/
Request:
Changed content type : application/json
- Added property
deny_message
(string)
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
deny_message
(string)
- Added property
POST
/stages/deny/
Request:
Changed content type : application/json
- Added property
deny_message
(string)
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Added property
deny_message
(string)
- Added property
GET
/stages/deny/
Parameters:
Added: deny_message
in query
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> DenyStage Serializer- Added property
deny_message
(string)
- Added property
-
v3.2023083.7: Update API Client
What's New
GET
/rbac/permissions/
GET
/rbac/permissions/{id}/
GET
/rbac/permissions/assigned_by_roles/
POST
/rbac/permissions/assigned_by_roles/{uuid}/assign/
PATCH
/rbac/permissions/assigned_by_roles/{uuid}/unassign/
GET
/rbac/permissions/assigned_by_users/
POST
/rbac/permissions/assigned_by_users/{id}/assign/
PATCH
/rbac/permissions/assigned_by_users/{id}/unassign/
GET
/rbac/permissions/roles/
GET
/rbac/permissions/users/
GET
/rbac/roles/
POST
/rbac/roles/
GET
/rbac/roles/{uuid}/
PUT
/rbac/roles/{uuid}/
DELETE
/rbac/roles/{uuid}/
PATCH
/rbac/roles/{uuid}/
GET
/rbac/roles/{uuid}/used_by/
What's Changed
GET
/authenticators/admin/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
PUT
/authenticators/admin/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
DELETE
/authenticators/admin/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
PATCH
/authenticators/admin/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
GET
/authenticators/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
PUT
/authenticators/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
DELETE
/authenticators/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
PATCH
/authenticators/totp/{id}/
Parameters:
Changed: id
in path
A unique integer value identifying this TOTP Device.
POST
/core/groups/{group_uuid}/add_user/
Parameters:
Changed: group_uuid
in path
A UUID string identifying this Group.
POST
/core/groups/{group_uuid}/remove_user/
Parameters:
Changed: group_uuid
in path
A UUID string identifying this Group.
GET
/enterprise/license/{license_uuid}/
Parameters:
Changed: license_uuid
in path
A UUID string identifying this License.
PUT
/enterprise/license/{license_uuid}/
Parameters:
Changed: license_uuid
in path
A UUID string identifying this License.
DELETE
/enterprise/license/{license_uuid}/
Parameters:
Changed: license_uuid
in path
A UUID string identifying this License.
PATCH
/enterprise/license/{license_uuid}/
Parameters:
Changed: license_uuid
in path
A UUID string identifying this License.
GET
/outposts/instances/{uuid}/health/
Parameters:
Changed: uuid
in path
A UUID string identifying this Outpost.
GET
/policies/event_matcher/{policy_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
app
(string)authentik.admin
- authentik Adminauthentik.api
- authentik APIauthentik.crypto
- authentik Cryptoauthentik.events
- authentik Eventsauthentik.flows
- authentik Flowsauthentik.outposts
- authentik Outpostauthentik.policies.dummy
- authentik Policies.Dummyauthentik.policies.event_matcher
- authentik Policies.Event Matcherauthentik.policies.expiry
- authentik Policies.Expiryauthentik.policies.expression
- authentik Policies.Expressionauthentik.policies.password
- authentik Policies.Passwordauthentik.policies.reputation
- authentik Policies.Reputationauthentik.policies
- authentik Policiesauthentik.providers.ldap
- authentik Providers.LDAPauthentik.providers.oauth2
- authentik Providers.OAuth2authentik.providers.proxy
- authentik Providers.Proxyauthentik.providers.radius
- authentik Providers.Radiusauthentik.providers.saml
- authentik Providers.SAMLauthentik.providers.scim
- authentik Providers.SCIMauthentik.rbac
- authentik RBACauthentik.recovery
- authentik Recoveryauthentik.sources.ldap
- authentik Sources.LDAPauthentik.sources.oauth
- authentik Sources.OAuthauthentik.sources.plex
- authentik Sources.Plexauthentik.sources.saml
- authentik Sources.SAMLauthentik.stages.authenticator
- authentik Stages.Authenticatorauthentik.stages.authenticator_duo
- authentik Stages.Authenticator.Duoauthentik.stages.authenticator_sms
- authentik Stages.Authenticator.SMSauthentik.stages.authenticator_static
- authentik Stages.Authenticator.Staticauthentik.stages.authenticator_totp
- authentik Stages.Authenticator.TOTPauthentik.stages.authenticator_validate
- authentik Stages.Authenticator.Validateauthentik.stages.authenticator_webauthn
- authentik Stages.Authenticator.WebAuthnauthentik.stages.captcha
- authentik Stages.Captchaauthentik.stages.consent
- authentik Stages.Consentauthentik.stages.deny
- authentik Stages.Denyauthentik.stages.dummy
- authentik Stages.Dummyauthentik.stages.email
- authentik Stages.Emailauthentik.stages.identification
- authentik Stages.Identificationauthentik.stages.invitation
- authentik Stages.User Invitationauthentik.stages.password
- authentik Stages.Passwordauthentik.stages.prompt
- authentik Stages.Promptauthentik.stages.user_delete
- authentik Stages.User Deleteauthentik.stages.user_login
- authentik Stages.User Loginauthentik.stages.user_logout
- authentik Stages.User Logoutauthentik.stages.user_write
- authentik Stages.User Writeauthentik.tenants
- authentik Tenantsauthentik.blueprints
- authentik Blueprintsauthentik.core
- authentik Coreauthentik.enterprise
- authentik Enterprise
Added enum value:
authentik.rbac
-
Changed property
model
(string)authentik_crypto.certificatekeypair
- Certificate-Key Pairauthentik_events.event
- Eventauthentik_events.notificationtransport
- Notification Transportauthentik_events.notification
- Notificationauthentik_events.notificationrule
- Notification Ruleauthentik_events.notificationwebhookmapping
- Webhook Mappingauthentik_flows.flow
- Flowauthentik_flows.flowstagebinding
- Flow Stage Bindingauthentik_outposts.dockerserviceconnection
- Docker Service-Connectionauthentik_outposts.kubernetesserviceconnection
- Kubernetes Service-Connectionauthentik_outposts.outpost
- Outpostauthentik_policies_dummy.dummypolicy
- Dummy Policyauthentik_policies_event_matcher.eventmatcherpolicy
- Event Matcher Policyauthentik_policies_expiry.passwordexpirypolicy
- Password Expiry Policyauthentik_policies_expression.expressionpolicy
- Expression Policyauthentik_policies_password.passwordpolicy
- Password Policyauthentik_policies_reputation.reputationpolicy
- Reputation Policyauthentik_policies_reputation.reputation
- Reputation Scoreauthentik_policies.policybinding
- Policy Bindingauthentik_providers_ldap.ldapprovider
- LDAP Providerauthentik_providers_oauth2.scopemapping
- Scope Mappingauthentik_providers_oauth2.oauth2provider
- OAuth2/OpenID Providerauthentik_providers_oauth2.authorizationcode
- Authorization Codeauthentik_providers_oauth2.accesstoken
- OAuth2 Access Tokenauthentik_providers_oauth2.refreshtoken
- OAuth2 Refresh Tokenauthentik_providers_proxy.proxyprovider
- Proxy Providerauthentik_providers_radius.radiusprovider
- Radius Providerauthentik_providers_saml.samlprovider
- SAML Providerauthentik_providers_saml.samlpropertymapping
- SAML Property Mappingauthentik_providers_scim.scimprovider
- SCIM Providerauthentik_providers_scim.scimmapping
- SCIM Mappingauthentik_rbac.role
- Roleauthentik_sources_ldap.ldapsource
- LDAP Sourceauthentik_sources_ldap.ldappropertymapping
- LDAP Property Mappingauthentik_sources_oauth.oauthsource
- OAuth Sourceauthentik_sources_oauth.useroauthsourceconnection
- User OAuth Source Connectionauthentik_sources_plex.plexsource
- Plex Sourceauthentik_sources_plex.plexsourceconnection
- User Plex Source Connectionauthentik_sources_saml.samlsource
- SAML Sourceauthentik_sources_saml.usersamlsourceconnection
- User SAML Source Connectionauthentik_stages_authenticator_duo.authenticatorduostage
- Duo Authenticator Setup Stageauthentik_stages_authenticator_duo.duodevice
- Duo Deviceauthentik_stages_authenticator_sms.authenticatorsmsstage
- SMS Authenticator Setup Stageauthentik_stages_authenticator_sms.smsdevice
- SMS Deviceauthentik_stages_authenticator_static.authenticatorstaticstage
- Static Authenticator Stageauthentik_stages_authenticator_static.staticdevice
- Static Device- `auth...
-
v3.2023083.6: Update API Client
What's Changed
GET
/core/tokens/{identifier}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
PUT
/core/tokens/{identifier}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
PATCH
/core/tokens/{identifier}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
GET
/core/users/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
New required properties:
uuid
- Added property
uuid
(string)
PUT
/core/users/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
New required properties:
uuid
- Added property
uuid
(string)
PATCH
/core/users/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
New required properties:
uuid
- Added property
uuid
(string)
GET
/policies/bindings/{policy_binding_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
PUT
/policies/bindings/{policy_binding_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
PATCH
/policies/bindings/{policy_binding_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
POST
/core/tokens/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
GET
/core/tokens/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> Token Serializer-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
-
GET
/core/user_consent/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
POST
/core/users/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
New required properties:
uuid
- Added property
uuid
(string)
GET
/core/users/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> User SerializerNew required properties:
uuid
- Added property
uuid
(string)
-
GET
/oauth2/access_tokens/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
GET
/oauth2/authorization_codes/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
GET
/oauth2/refresh_tokens/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
POST
/policies/bindings/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
GET
/policies/bindings/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> PolicyBinding Serializer-
Changed property
user_obj
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
-
GET
/core/user_consent/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> UserConsent Serializer-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
-
GET
/oauth2/access_tokens/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> Serializer for BaseGrantModel and RefreshToken-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
-
GET
/oauth2/authorization_codes/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> Serializer for BaseGrantModel and ExpiringBaseGrant-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
-
GET
/oauth2/refresh_tokens/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> Serializer for BaseGrantModel and RefreshToken-
Changed property
user
(object)User Serializer
New required properties:
uuid
- Added property
uuid
(string)
-
-
v3.2023083.5: Update API Client
What's Changed
GET
/providers/saml/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
- Added property
PUT
/providers/saml/{id}/
Request:
Changed content type : application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
- Added property
PATCH
/providers/saml/{id}/
Request:
Changed content type : application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
- Added property
POST
/providers/saml/
Request:
Changed content type : application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
- Added property
GET
/providers/saml/
Parameters:
Added: default_relay_state
in query
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> SAMLProvider Serializer- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
- Added property
-
PUT
/core/transactional/applications/
Request:
Changed content type : application/json
-
Changed property
provider
(object)Updated
authentik_providers_saml.samlprovider
provider_model:- Added property
default_relay_state
(string)Default relay_state value for IDP-initiated logins
- Added property
v3.2023083.4: Update API Client
What's Changed
GET
/stages/authenticator/sms/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
PUT
/stages/authenticator/sms/{stage_uuid}/
Request:
Changed content type : application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
PATCH
/stages/authenticator/sms/{stage_uuid}/
Request:
Changed content type : application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
POST
/stages/authenticator/sms/
Request:
Changed content type : application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
GET
/stages/authenticator/sms/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> AuthenticatorSMSStage Serializer- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
-
v3.2023083.3: Update API Client
What's New
PUT
/core/transactional/applications/
v3.2023083.2: Update API Client
What's Changed
GET
/policies/bindings/{policy_binding_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
PUT
/policies/bindings/{policy_binding_uuid}/
Request:
Changed content type : application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
PATCH
/policies/bindings/{policy_binding_uuid}/
Request:
Changed content type : application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
POST
/policies/bindings/
Request:
Changed content type : application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
GET
/policies/bindings/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> PolicyBinding Serializer-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
-