Commit f006fa1
committed
Update API Client
#### What's Changed
---
##### `GET` /policies/geoip/{policy_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `PUT` /policies/geoip/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `PATCH` /policies/geoip/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `GET` /providers/saml/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
Enum values:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`
* `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent`
* `urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName`
* `urn:oasis:names:tc:SAML:2.0:nameid-format:WindowsDomainQualifiedName`
* `urn:oasis:names:tc:SAML:2.0:nameid-format:transient`
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
##### `PUT` /providers/saml/{id}/
###### Request:
Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
##### `PATCH` /providers/saml/{id}/
###### Request:
Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
##### `GET` /sources/saml/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
##### `PUT` /sources/saml/{slug}/
###### Request:
Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
##### `PATCH` /sources/saml/{slug}/
###### Request:
Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
##### `POST` /policies/geoip/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `GET` /policies/geoip/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> GeoIP Policy Serializer
* Changed property `countries` (array)
##### `POST` /providers/saml/
###### Request:
Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Added property `default_name_id_policy` (string)
##### `GET` /providers/saml/
###### Parameters:
Added: `default_name_id_policy` 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_name_id_policy` (string)
##### `POST` /sources/saml/
###### Request:
Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
##### `GET` /sources/saml/
###### Parameters:
Changed: `name_id_policy` in `query`
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> SAMLSource Serializer
* Changed property `name_id_policy` (string)
> NameID Policy sent to the IdP. Can be unset, in which case no Policy is sent.
Added enum value:
* `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
##### `PUT` /core/transactional/applications/
###### Request:
Changed content type : `application/json`
* Changed property `provider` (object)
Updated `authentik_providers_saml.samlprovider` provider_model:
* Added property `default_name_id_policy` (string)1 parent 2aa1276 commit f006fa1
File tree
23 files changed
+95
-41
lines changed- .openapi-generator
- Sources/authentikClient
- APIs
- Models
- docs
23 files changed
+95
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
| |||
648 | 647 | | |
649 | 648 | | |
650 | 649 | | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
1051 | | - | |
1052 | 1051 | | |
1053 | 1052 | | |
1054 | 1053 | | |
| |||
1415 | 1414 | | |
1416 | 1415 | | |
1417 | 1416 | | |
| 1417 | + | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | | - | |
1290 | 1289 | | |
1291 | 1290 | | |
1292 | 1291 | | |
| |||
1645 | 1644 | | |
1646 | 1645 | | |
1647 | 1646 | | |
| 1647 | + | |
1648 | 1648 | | |
1649 | 1649 | | |
1650 | 1650 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3830 | 3830 | | |
3831 | 3831 | | |
3832 | 3832 | | |
| 3833 | + | |
| 3834 | + | |
| 3835 | + | |
| 3836 | + | |
| 3837 | + | |
| 3838 | + | |
| 3839 | + | |
| 3840 | + | |
| 3841 | + | |
| 3842 | + | |
| 3843 | + | |
| 3844 | + | |
3833 | 3845 | | |
3834 | 3846 | | |
3835 | 3847 | | |
| |||
3873 | 3885 | | |
3874 | 3886 | | |
3875 | 3887 | | |
| 3888 | + | |
3876 | 3889 | | |
3877 | 3890 | | |
3878 | 3891 | | |
| |||
3897 | 3910 | | |
3898 | 3911 | | |
3899 | 3912 | | |
3900 | | - | |
3901 | | - | |
| 3913 | + | |
| 3914 | + | |
3902 | 3915 | | |
3903 | 3916 | | |
3904 | 3917 | | |
| |||
3915 | 3928 | | |
3916 | 3929 | | |
3917 | 3930 | | |
| 3931 | + | |
3918 | 3932 | | |
3919 | 3933 | | |
3920 | 3934 | | |
| |||
3938 | 3952 | | |
3939 | 3953 | | |
3940 | 3954 | | |
3941 | | - | |
| 3955 | + | |
3942 | 3956 | | |
3943 | 3957 | | |
3944 | 3958 | | |
| |||
3953 | 3967 | | |
3954 | 3968 | | |
3955 | 3969 | | |
| 3970 | + | |
3956 | 3971 | | |
3957 | 3972 | | |
3958 | 3973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4030 | 4030 | | |
4031 | 4031 | | |
4032 | 4032 | | |
| 4033 | + | |
4033 | 4034 | | |
4034 | 4035 | | |
4035 | 4036 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments