This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /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 ##### `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 ##### `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 ##### `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 ##### `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 ##### `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
- Loading branch information
1 parent
e154ce7
commit ca1092c
Showing
11 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.