-
-
Notifications
You must be signed in to change notification settings - Fork 4
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/scim/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `verify_certificates` (boolean) ##### `PUT` /providers/scim/{id}/ ###### Request: Changed content type : `application/json` * Added property `verify_certificates` (boolean) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `verify_certificates` (boolean) ##### `PATCH` /providers/scim/{id}/ ###### Request: Changed content type : `application/json` * Added property `verify_certificates` (boolean) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `verify_certificates` (boolean) ##### `POST` /providers/scim/ ###### Request: Changed content type : `application/json` * Added property `verify_certificates` (boolean) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `verify_certificates` (boolean) ##### `GET` /providers/scim/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > SCIMProvider Serializer * Added property `verify_certificates` (boolean) ##### `PUT` /core/transactional/applications/ ###### Request: Changed content type : `application/json` * Changed property `provider` (object) Updated `authentik_providers_scim.scimprovider` provider_model: * Added property `verify_certificates` (boolean)
- Loading branch information
1 parent
b8018c0
commit ac5265b
Showing
9 changed files
with
232 additions
and
3 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.