@goauthentik/api 2023.3.1-1679327702 → 2023.3.1-1679660792
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/ProvidersApi.d.ts +1 -0
- package/dist/apis/ProvidersApi.js +3 -0
- package/dist/esm/apis/ProvidersApi.d.ts +1 -0
- package/dist/esm/apis/ProvidersApi.js +3 -0
- package/dist/esm/models/ApplicationProviderObj.d.ts +6 -0
- package/dist/esm/models/ApplicationProviderObj.js +2 -0
- package/dist/esm/models/LDAPProvider.d.ts +6 -0
- package/dist/esm/models/LDAPProvider.js +2 -0
- package/dist/esm/models/LDAPProviderRequest.d.ts +6 -0
- package/dist/esm/models/LDAPProviderRequest.js +2 -0
- package/dist/esm/models/OAuth2Provider.d.ts +6 -0
- package/dist/esm/models/OAuth2Provider.js +2 -0
- package/dist/esm/models/OAuth2ProviderRequest.d.ts +6 -0
- package/dist/esm/models/OAuth2ProviderRequest.js +2 -0
- package/dist/esm/models/PatchedLDAPProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedLDAPProviderRequest.js +2 -0
- package/dist/esm/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedOAuth2ProviderRequest.js +2 -0
- package/dist/esm/models/PatchedProxyProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedProxyProviderRequest.js +2 -0
- package/dist/esm/models/PatchedRadiusProviderRequest.d.ts +7 -1
- package/dist/esm/models/PatchedRadiusProviderRequest.js +2 -0
- package/dist/esm/models/PatchedSAMLProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedSAMLProviderRequest.js +2 -0
- package/dist/esm/models/Provider.d.ts +6 -0
- package/dist/esm/models/Provider.js +2 -0
- package/dist/esm/models/ProviderRequest.d.ts +6 -0
- package/dist/esm/models/ProviderRequest.js +2 -0
- package/dist/esm/models/ProxyProvider.d.ts +6 -0
- package/dist/esm/models/ProxyProvider.js +2 -0
- package/dist/esm/models/ProxyProviderRequest.d.ts +6 -0
- package/dist/esm/models/ProxyProviderRequest.js +2 -0
- package/dist/esm/models/RadiusOutpostConfig.d.ts +1 -1
- package/dist/esm/models/RadiusProvider.d.ts +7 -1
- package/dist/esm/models/RadiusProvider.js +2 -0
- package/dist/esm/models/RadiusProviderRequest.d.ts +7 -1
- package/dist/esm/models/RadiusProviderRequest.js +2 -0
- package/dist/esm/models/SAMLProvider.d.ts +6 -0
- package/dist/esm/models/SAMLProvider.js +2 -0
- package/dist/esm/models/SAMLProviderRequest.d.ts +6 -0
- package/dist/esm/models/SAMLProviderRequest.js +2 -0
- package/dist/models/ApplicationProviderObj.d.ts +6 -0
- package/dist/models/ApplicationProviderObj.js +2 -0
- package/dist/models/LDAPProvider.d.ts +6 -0
- package/dist/models/LDAPProvider.js +2 -0
- package/dist/models/LDAPProviderRequest.d.ts +6 -0
- package/dist/models/LDAPProviderRequest.js +2 -0
- package/dist/models/OAuth2Provider.d.ts +6 -0
- package/dist/models/OAuth2Provider.js +2 -0
- package/dist/models/OAuth2ProviderRequest.d.ts +6 -0
- package/dist/models/OAuth2ProviderRequest.js +2 -0
- package/dist/models/PatchedLDAPProviderRequest.d.ts +6 -0
- package/dist/models/PatchedLDAPProviderRequest.js +2 -0
- package/dist/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
- package/dist/models/PatchedOAuth2ProviderRequest.js +2 -0
- package/dist/models/PatchedProxyProviderRequest.d.ts +6 -0
- package/dist/models/PatchedProxyProviderRequest.js +2 -0
- package/dist/models/PatchedRadiusProviderRequest.d.ts +7 -1
- package/dist/models/PatchedRadiusProviderRequest.js +2 -0
- package/dist/models/PatchedSAMLProviderRequest.d.ts +6 -0
- package/dist/models/PatchedSAMLProviderRequest.js +2 -0
- package/dist/models/Provider.d.ts +6 -0
- package/dist/models/Provider.js +2 -0
- package/dist/models/ProviderRequest.d.ts +6 -0
- package/dist/models/ProviderRequest.js +2 -0
- package/dist/models/ProxyProvider.d.ts +6 -0
- package/dist/models/ProxyProvider.js +2 -0
- package/dist/models/ProxyProviderRequest.d.ts +6 -0
- package/dist/models/ProxyProviderRequest.js +2 -0
- package/dist/models/RadiusOutpostConfig.d.ts +1 -1
- package/dist/models/RadiusProvider.d.ts +7 -1
- package/dist/models/RadiusProvider.js +2 -0
- package/dist/models/RadiusProviderRequest.d.ts +7 -1
- package/dist/models/RadiusProviderRequest.js +2 -0
- package/dist/models/SAMLProvider.d.ts +6 -0
- package/dist/models/SAMLProvider.js +2 -0
- package/dist/models/SAMLProviderRequest.d.ts +6 -0
- package/dist/models/SAMLProviderRequest.js +2 -0
- package/package.json +1 -1
- package/src/apis/ProvidersApi.ts +5 -0
- package/src/models/ApplicationProviderObj.ts +8 -0
- package/src/models/LDAPProvider.ts +8 -0
- package/src/models/LDAPProviderRequest.ts +8 -0
- package/src/models/OAuth2Provider.ts +8 -0
- package/src/models/OAuth2ProviderRequest.ts +8 -0
- package/src/models/PatchedLDAPProviderRequest.ts +8 -0
- package/src/models/PatchedOAuth2ProviderRequest.ts +8 -0
- package/src/models/PatchedProxyProviderRequest.ts +8 -0
- package/src/models/PatchedRadiusProviderRequest.ts +9 -1
- package/src/models/PatchedSAMLProviderRequest.ts +8 -0
- package/src/models/Provider.ts +8 -0
- package/src/models/ProviderRequest.ts +8 -0
- package/src/models/ProxyProvider.ts +8 -0
- package/src/models/ProxyProviderRequest.ts +8 -0
- package/src/models/RadiusOutpostConfig.ts +1 -1
- package/src/models/RadiusProvider.ts +9 -1
- package/src/models/RadiusProviderRequest.ts +9 -1
- package/src/models/SAMLProvider.ts +8 -0
- package/src/models/SAMLProviderRequest.ts +8 -0
|
@@ -198,6 +198,7 @@ export interface ProvidersSamlListRequest {
|
|
|
198
198
|
assertionValidNotBefore?: string;
|
|
199
199
|
assertionValidNotOnOrAfter?: string;
|
|
200
200
|
audience?: string;
|
|
201
|
+
authenticationFlow?: string;
|
|
201
202
|
authorizationFlow?: string;
|
|
202
203
|
digestAlgorithm?: ProvidersSamlListDigestAlgorithmEnum;
|
|
203
204
|
issuer?: string;
|
|
@@ -1467,6 +1467,9 @@ class ProvidersApi extends runtime.BaseAPI {
|
|
|
1467
1467
|
if (requestParameters.audience !== undefined) {
|
|
1468
1468
|
queryParameters['audience'] = requestParameters.audience;
|
|
1469
1469
|
}
|
|
1470
|
+
if (requestParameters.authenticationFlow !== undefined) {
|
|
1471
|
+
queryParameters['authentication_flow'] = requestParameters.authenticationFlow;
|
|
1472
|
+
}
|
|
1470
1473
|
if (requestParameters.authorizationFlow !== undefined) {
|
|
1471
1474
|
queryParameters['authorization_flow'] = requestParameters.authorizationFlow;
|
|
1472
1475
|
}
|
|
@@ -198,6 +198,7 @@ export interface ProvidersSamlListRequest {
|
|
|
198
198
|
assertionValidNotBefore?: string;
|
|
199
199
|
assertionValidNotOnOrAfter?: string;
|
|
200
200
|
audience?: string;
|
|
201
|
+
authenticationFlow?: string;
|
|
201
202
|
authorizationFlow?: string;
|
|
202
203
|
digestAlgorithm?: ProvidersSamlListDigestAlgorithmEnum;
|
|
203
204
|
issuer?: string;
|
|
@@ -1464,6 +1464,9 @@ export class ProvidersApi extends runtime.BaseAPI {
|
|
|
1464
1464
|
if (requestParameters.audience !== undefined) {
|
|
1465
1465
|
queryParameters['audience'] = requestParameters.audience;
|
|
1466
1466
|
}
|
|
1467
|
+
if (requestParameters.authenticationFlow !== undefined) {
|
|
1468
|
+
queryParameters['authentication_flow'] = requestParameters.authenticationFlow;
|
|
1469
|
+
}
|
|
1467
1470
|
if (requestParameters.authorizationFlow !== undefined) {
|
|
1468
1471
|
queryParameters['authorization_flow'] = requestParameters.authorizationFlow;
|
|
1469
1472
|
}
|
|
@@ -27,6 +27,12 @@ export interface ApplicationProviderObj {
|
|
|
27
27
|
* @memberof ApplicationProviderObj
|
|
28
28
|
*/
|
|
29
29
|
name: string;
|
|
30
|
+
/**
|
|
31
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApplicationProviderObj
|
|
34
|
+
*/
|
|
35
|
+
authenticationFlow?: string | null;
|
|
30
36
|
/**
|
|
31
37
|
* Flow used when authorizing this provider.
|
|
32
38
|
* @type {string}
|
|
@@ -22,6 +22,7 @@ export function ApplicationProviderObjFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
22
|
return {
|
|
23
23
|
'pk': json['pk'],
|
|
24
24
|
'name': json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'component': json['component'],
|
|
@@ -41,6 +42,7 @@ export function ApplicationProviderObjToJSON(value) {
|
|
|
41
42
|
}
|
|
42
43
|
return {
|
|
43
44
|
'name': value.name,
|
|
45
|
+
'authentication_flow': value.authenticationFlow,
|
|
44
46
|
'authorization_flow': value.authorizationFlow,
|
|
45
47
|
'property_mappings': value.propertyMappings,
|
|
46
48
|
};
|
|
@@ -28,6 +28,12 @@ export interface LDAPProvider {
|
|
|
28
28
|
* @memberof LDAPProvider
|
|
29
29
|
*/
|
|
30
30
|
name: string;
|
|
31
|
+
/**
|
|
32
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof LDAPProvider
|
|
35
|
+
*/
|
|
36
|
+
authenticationFlow?: string | null;
|
|
31
37
|
/**
|
|
32
38
|
* Flow used when authorizing this provider.
|
|
33
39
|
* @type {string}
|
|
@@ -23,6 +23,7 @@ export function LDAPProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'pk': json['pk'],
|
|
25
25
|
'name': json['name'],
|
|
26
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
26
27
|
'authorizationFlow': json['authorization_flow'],
|
|
27
28
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
28
29
|
'component': json['component'],
|
|
@@ -51,6 +52,7 @@ export function LDAPProviderToJSON(value) {
|
|
|
51
52
|
}
|
|
52
53
|
return {
|
|
53
54
|
'name': value.name,
|
|
55
|
+
'authentication_flow': value.authenticationFlow,
|
|
54
56
|
'authorization_flow': value.authorizationFlow,
|
|
55
57
|
'property_mappings': value.propertyMappings,
|
|
56
58
|
'base_dn': value.baseDn,
|
|
@@ -22,6 +22,12 @@ export interface LDAPProviderRequest {
|
|
|
22
22
|
* @memberof LDAPProviderRequest
|
|
23
23
|
*/
|
|
24
24
|
name: string;
|
|
25
|
+
/**
|
|
26
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof LDAPProviderRequest
|
|
29
|
+
*/
|
|
30
|
+
authenticationFlow?: string | null;
|
|
25
31
|
/**
|
|
26
32
|
* Flow used when authorizing this provider.
|
|
27
33
|
* @type {string}
|
|
@@ -22,6 +22,7 @@ export function LDAPProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
24
|
'name': json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'baseDn': !exists(json, 'base_dn') ? undefined : json['base_dn'],
|
|
@@ -43,6 +44,7 @@ export function LDAPProviderRequestToJSON(value) {
|
|
|
43
44
|
}
|
|
44
45
|
return {
|
|
45
46
|
'name': value.name,
|
|
47
|
+
'authentication_flow': value.authenticationFlow,
|
|
46
48
|
'authorization_flow': value.authorizationFlow,
|
|
47
49
|
'property_mappings': value.propertyMappings,
|
|
48
50
|
'base_dn': value.baseDn,
|
|
@@ -30,6 +30,12 @@ export interface OAuth2Provider {
|
|
|
30
30
|
* @memberof OAuth2Provider
|
|
31
31
|
*/
|
|
32
32
|
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof OAuth2Provider
|
|
37
|
+
*/
|
|
38
|
+
authenticationFlow?: string | null;
|
|
33
39
|
/**
|
|
34
40
|
* Flow used when authorizing this provider.
|
|
35
41
|
* @type {string}
|
|
@@ -25,6 +25,7 @@ export function OAuth2ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
return {
|
|
26
26
|
'pk': json['pk'],
|
|
27
27
|
'name': json['name'],
|
|
28
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
28
29
|
'authorizationFlow': json['authorization_flow'],
|
|
29
30
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
30
31
|
'component': json['component'],
|
|
@@ -56,6 +57,7 @@ export function OAuth2ProviderToJSON(value) {
|
|
|
56
57
|
}
|
|
57
58
|
return {
|
|
58
59
|
'name': value.name,
|
|
60
|
+
'authentication_flow': value.authenticationFlow,
|
|
59
61
|
'authorization_flow': value.authorizationFlow,
|
|
60
62
|
'property_mappings': value.propertyMappings,
|
|
61
63
|
'client_type': ClientTypeEnumToJSON(value.clientType),
|
|
@@ -24,6 +24,12 @@ export interface OAuth2ProviderRequest {
|
|
|
24
24
|
* @memberof OAuth2ProviderRequest
|
|
25
25
|
*/
|
|
26
26
|
name: string;
|
|
27
|
+
/**
|
|
28
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof OAuth2ProviderRequest
|
|
31
|
+
*/
|
|
32
|
+
authenticationFlow?: string | null;
|
|
27
33
|
/**
|
|
28
34
|
* Flow used when authorizing this provider.
|
|
29
35
|
* @type {string}
|
|
@@ -24,6 +24,7 @@ export function OAuth2ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
24
24
|
}
|
|
25
25
|
return {
|
|
26
26
|
'name': json['name'],
|
|
27
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
27
28
|
'authorizationFlow': json['authorization_flow'],
|
|
28
29
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
29
30
|
'clientType': !exists(json, 'client_type') ? undefined : ClientTypeEnumFromJSON(json['client_type']),
|
|
@@ -49,6 +50,7 @@ export function OAuth2ProviderRequestToJSON(value) {
|
|
|
49
50
|
}
|
|
50
51
|
return {
|
|
51
52
|
'name': value.name,
|
|
53
|
+
'authentication_flow': value.authenticationFlow,
|
|
52
54
|
'authorization_flow': value.authorizationFlow,
|
|
53
55
|
'property_mappings': value.propertyMappings,
|
|
54
56
|
'client_type': ClientTypeEnumToJSON(value.clientType),
|
|
@@ -22,6 +22,12 @@ export interface PatchedLDAPProviderRequest {
|
|
|
22
22
|
* @memberof PatchedLDAPProviderRequest
|
|
23
23
|
*/
|
|
24
24
|
name?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PatchedLDAPProviderRequest
|
|
29
|
+
*/
|
|
30
|
+
authenticationFlow?: string | null;
|
|
25
31
|
/**
|
|
26
32
|
* Flow used when authorizing this provider.
|
|
27
33
|
* @type {string}
|
|
@@ -22,6 +22,7 @@ export function PatchedLDAPProviderRequestFromJSONTyped(json, ignoreDiscriminato
|
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
24
|
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'baseDn': !exists(json, 'base_dn') ? undefined : json['base_dn'],
|
|
@@ -43,6 +44,7 @@ export function PatchedLDAPProviderRequestToJSON(value) {
|
|
|
43
44
|
}
|
|
44
45
|
return {
|
|
45
46
|
'name': value.name,
|
|
47
|
+
'authentication_flow': value.authenticationFlow,
|
|
46
48
|
'authorization_flow': value.authorizationFlow,
|
|
47
49
|
'property_mappings': value.propertyMappings,
|
|
48
50
|
'base_dn': value.baseDn,
|
|
@@ -24,6 +24,12 @@ export interface PatchedOAuth2ProviderRequest {
|
|
|
24
24
|
* @memberof PatchedOAuth2ProviderRequest
|
|
25
25
|
*/
|
|
26
26
|
name?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof PatchedOAuth2ProviderRequest
|
|
31
|
+
*/
|
|
32
|
+
authenticationFlow?: string | null;
|
|
27
33
|
/**
|
|
28
34
|
* Flow used when authorizing this provider.
|
|
29
35
|
* @type {string}
|
|
@@ -24,6 +24,7 @@ export function PatchedOAuth2ProviderRequestFromJSONTyped(json, ignoreDiscrimina
|
|
|
24
24
|
}
|
|
25
25
|
return {
|
|
26
26
|
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
27
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
27
28
|
'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
28
29
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
29
30
|
'clientType': !exists(json, 'client_type') ? undefined : ClientTypeEnumFromJSON(json['client_type']),
|
|
@@ -49,6 +50,7 @@ export function PatchedOAuth2ProviderRequestToJSON(value) {
|
|
|
49
50
|
}
|
|
50
51
|
return {
|
|
51
52
|
'name': value.name,
|
|
53
|
+
'authentication_flow': value.authenticationFlow,
|
|
52
54
|
'authorization_flow': value.authorizationFlow,
|
|
53
55
|
'property_mappings': value.propertyMappings,
|
|
54
56
|
'client_type': ClientTypeEnumToJSON(value.clientType),
|
|
@@ -22,6 +22,12 @@ export interface PatchedProxyProviderRequest {
|
|
|
22
22
|
* @memberof PatchedProxyProviderRequest
|
|
23
23
|
*/
|
|
24
24
|
name?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PatchedProxyProviderRequest
|
|
29
|
+
*/
|
|
30
|
+
authenticationFlow?: string | null;
|
|
25
31
|
/**
|
|
26
32
|
* Flow used when authorizing this provider.
|
|
27
33
|
* @type {string}
|
|
@@ -22,6 +22,7 @@ export function PatchedProxyProviderRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
24
|
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'internalHost': !exists(json, 'internal_host') ? undefined : json['internal_host'],
|
|
@@ -49,6 +50,7 @@ export function PatchedProxyProviderRequestToJSON(value) {
|
|
|
49
50
|
}
|
|
50
51
|
return {
|
|
51
52
|
'name': value.name,
|
|
53
|
+
'authentication_flow': value.authenticationFlow,
|
|
52
54
|
'authorization_flow': value.authorizationFlow,
|
|
53
55
|
'property_mappings': value.propertyMappings,
|
|
54
56
|
'internal_host': value.internalHost,
|
|
@@ -21,6 +21,12 @@ export interface PatchedRadiusProviderRequest {
|
|
|
21
21
|
* @memberof PatchedRadiusProviderRequest
|
|
22
22
|
*/
|
|
23
23
|
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PatchedRadiusProviderRequest
|
|
28
|
+
*/
|
|
29
|
+
authenticationFlow?: string | null;
|
|
24
30
|
/**
|
|
25
31
|
* Flow used when authorizing this provider.
|
|
26
32
|
* @type {string}
|
|
@@ -34,7 +40,7 @@ export interface PatchedRadiusProviderRequest {
|
|
|
34
40
|
*/
|
|
35
41
|
propertyMappings?: Array<string>;
|
|
36
42
|
/**
|
|
37
|
-
* List of CIDRs (comma-
|
|
43
|
+
* List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped.
|
|
38
44
|
* @type {string}
|
|
39
45
|
* @memberof PatchedRadiusProviderRequest
|
|
40
46
|
*/
|
|
@@ -21,6 +21,7 @@ export function PatchedRadiusProviderRequestFromJSONTyped(json, ignoreDiscrimina
|
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
23
|
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
24
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
24
25
|
'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
25
26
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
26
27
|
'clientNetworks': !exists(json, 'client_networks') ? undefined : json['client_networks'],
|
|
@@ -36,6 +37,7 @@ export function PatchedRadiusProviderRequestToJSON(value) {
|
|
|
36
37
|
}
|
|
37
38
|
return {
|
|
38
39
|
'name': value.name,
|
|
40
|
+
'authentication_flow': value.authenticationFlow,
|
|
39
41
|
'authorization_flow': value.authorizationFlow,
|
|
40
42
|
'property_mappings': value.propertyMappings,
|
|
41
43
|
'client_networks': value.clientNetworks,
|
|
@@ -24,6 +24,12 @@ export interface PatchedSAMLProviderRequest {
|
|
|
24
24
|
* @memberof PatchedSAMLProviderRequest
|
|
25
25
|
*/
|
|
26
26
|
name?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof PatchedSAMLProviderRequest
|
|
31
|
+
*/
|
|
32
|
+
authenticationFlow?: string | null;
|
|
27
33
|
/**
|
|
28
34
|
* Flow used when authorizing this provider.
|
|
29
35
|
* @type {string}
|
|
@@ -24,6 +24,7 @@ export function PatchedSAMLProviderRequestFromJSONTyped(json, ignoreDiscriminato
|
|
|
24
24
|
}
|
|
25
25
|
return {
|
|
26
26
|
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
27
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
27
28
|
'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
28
29
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
29
30
|
'acsUrl': !exists(json, 'acs_url') ? undefined : json['acs_url'],
|
|
@@ -49,6 +50,7 @@ export function PatchedSAMLProviderRequestToJSON(value) {
|
|
|
49
50
|
}
|
|
50
51
|
return {
|
|
51
52
|
'name': value.name,
|
|
53
|
+
'authentication_flow': value.authenticationFlow,
|
|
52
54
|
'authorization_flow': value.authorizationFlow,
|
|
53
55
|
'property_mappings': value.propertyMappings,
|
|
54
56
|
'acs_url': value.acsUrl,
|
|
@@ -27,6 +27,12 @@ export interface Provider {
|
|
|
27
27
|
* @memberof Provider
|
|
28
28
|
*/
|
|
29
29
|
name: string;
|
|
30
|
+
/**
|
|
31
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Provider
|
|
34
|
+
*/
|
|
35
|
+
authenticationFlow?: string | null;
|
|
30
36
|
/**
|
|
31
37
|
* Flow used when authorizing this provider.
|
|
32
38
|
* @type {string}
|
|
@@ -22,6 +22,7 @@ export function ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
22
|
return {
|
|
23
23
|
'pk': json['pk'],
|
|
24
24
|
'name': json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'component': json['component'],
|
|
@@ -41,6 +42,7 @@ export function ProviderToJSON(value) {
|
|
|
41
42
|
}
|
|
42
43
|
return {
|
|
43
44
|
'name': value.name,
|
|
45
|
+
'authentication_flow': value.authenticationFlow,
|
|
44
46
|
'authorization_flow': value.authorizationFlow,
|
|
45
47
|
'property_mappings': value.propertyMappings,
|
|
46
48
|
};
|
|
@@ -21,6 +21,12 @@ export interface ProviderRequest {
|
|
|
21
21
|
* @memberof ProviderRequest
|
|
22
22
|
*/
|
|
23
23
|
name: string;
|
|
24
|
+
/**
|
|
25
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProviderRequest
|
|
28
|
+
*/
|
|
29
|
+
authenticationFlow?: string | null;
|
|
24
30
|
/**
|
|
25
31
|
* Flow used when authorizing this provider.
|
|
26
32
|
* @type {string}
|
|
@@ -21,6 +21,7 @@ export function ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
23
|
'name': json['name'],
|
|
24
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
24
25
|
'authorizationFlow': json['authorization_flow'],
|
|
25
26
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
26
27
|
};
|
|
@@ -34,6 +35,7 @@ export function ProviderRequestToJSON(value) {
|
|
|
34
35
|
}
|
|
35
36
|
return {
|
|
36
37
|
'name': value.name,
|
|
38
|
+
'authentication_flow': value.authenticationFlow,
|
|
37
39
|
'authorization_flow': value.authorizationFlow,
|
|
38
40
|
'property_mappings': value.propertyMappings,
|
|
39
41
|
};
|
|
@@ -28,6 +28,12 @@ export interface ProxyProvider {
|
|
|
28
28
|
* @memberof ProxyProvider
|
|
29
29
|
*/
|
|
30
30
|
name: string;
|
|
31
|
+
/**
|
|
32
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ProxyProvider
|
|
35
|
+
*/
|
|
36
|
+
authenticationFlow?: string | null;
|
|
31
37
|
/**
|
|
32
38
|
* Flow used when authorizing this provider.
|
|
33
39
|
* @type {string}
|
|
@@ -23,6 +23,7 @@ export function ProxyProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'pk': json['pk'],
|
|
25
25
|
'name': json['name'],
|
|
26
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
26
27
|
'authorizationFlow': json['authorization_flow'],
|
|
27
28
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
28
29
|
'component': json['component'],
|
|
@@ -59,6 +60,7 @@ export function ProxyProviderToJSON(value) {
|
|
|
59
60
|
}
|
|
60
61
|
return {
|
|
61
62
|
'name': value.name,
|
|
63
|
+
'authentication_flow': value.authenticationFlow,
|
|
62
64
|
'authorization_flow': value.authorizationFlow,
|
|
63
65
|
'property_mappings': value.propertyMappings,
|
|
64
66
|
'internal_host': value.internalHost,
|
|
@@ -22,6 +22,12 @@ export interface ProxyProviderRequest {
|
|
|
22
22
|
* @memberof ProxyProviderRequest
|
|
23
23
|
*/
|
|
24
24
|
name: string;
|
|
25
|
+
/**
|
|
26
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ProxyProviderRequest
|
|
29
|
+
*/
|
|
30
|
+
authenticationFlow?: string | null;
|
|
25
31
|
/**
|
|
26
32
|
* Flow used when authorizing this provider.
|
|
27
33
|
* @type {string}
|
|
@@ -22,6 +22,7 @@ export function ProxyProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
24
|
'name': json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'internalHost': !exists(json, 'internal_host') ? undefined : json['internal_host'],
|
|
@@ -49,6 +50,7 @@ export function ProxyProviderRequestToJSON(value) {
|
|
|
49
50
|
}
|
|
50
51
|
return {
|
|
51
52
|
'name': value.name,
|
|
53
|
+
'authentication_flow': value.authenticationFlow,
|
|
52
54
|
'authorization_flow': value.authorizationFlow,
|
|
53
55
|
'property_mappings': value.propertyMappings,
|
|
54
56
|
'internal_host': value.internalHost,
|
|
@@ -40,7 +40,7 @@ export interface RadiusOutpostConfig {
|
|
|
40
40
|
*/
|
|
41
41
|
authFlowSlug: string;
|
|
42
42
|
/**
|
|
43
|
-
* List of CIDRs (comma-
|
|
43
|
+
* List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof RadiusOutpostConfig
|
|
46
46
|
*/
|
|
@@ -27,6 +27,12 @@ export interface RadiusProvider {
|
|
|
27
27
|
* @memberof RadiusProvider
|
|
28
28
|
*/
|
|
29
29
|
name: string;
|
|
30
|
+
/**
|
|
31
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RadiusProvider
|
|
34
|
+
*/
|
|
35
|
+
authenticationFlow?: string | null;
|
|
30
36
|
/**
|
|
31
37
|
* Flow used when authorizing this provider.
|
|
32
38
|
* @type {string}
|
|
@@ -76,7 +82,7 @@ export interface RadiusProvider {
|
|
|
76
82
|
*/
|
|
77
83
|
readonly metaModelName: string;
|
|
78
84
|
/**
|
|
79
|
-
* List of CIDRs (comma-
|
|
85
|
+
* List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped.
|
|
80
86
|
* @type {string}
|
|
81
87
|
* @memberof RadiusProvider
|
|
82
88
|
*/
|
|
@@ -22,6 +22,7 @@ export function RadiusProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
22
|
return {
|
|
23
23
|
'pk': json['pk'],
|
|
24
24
|
'name': json['name'],
|
|
25
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
25
26
|
'authorizationFlow': json['authorization_flow'],
|
|
26
27
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
27
28
|
'component': json['component'],
|
|
@@ -43,6 +44,7 @@ export function RadiusProviderToJSON(value) {
|
|
|
43
44
|
}
|
|
44
45
|
return {
|
|
45
46
|
'name': value.name,
|
|
47
|
+
'authentication_flow': value.authenticationFlow,
|
|
46
48
|
'authorization_flow': value.authorizationFlow,
|
|
47
49
|
'property_mappings': value.propertyMappings,
|
|
48
50
|
'client_networks': value.clientNetworks,
|
|
@@ -21,6 +21,12 @@ export interface RadiusProviderRequest {
|
|
|
21
21
|
* @memberof RadiusProviderRequest
|
|
22
22
|
*/
|
|
23
23
|
name: string;
|
|
24
|
+
/**
|
|
25
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RadiusProviderRequest
|
|
28
|
+
*/
|
|
29
|
+
authenticationFlow?: string | null;
|
|
24
30
|
/**
|
|
25
31
|
* Flow used when authorizing this provider.
|
|
26
32
|
* @type {string}
|
|
@@ -34,7 +40,7 @@ export interface RadiusProviderRequest {
|
|
|
34
40
|
*/
|
|
35
41
|
propertyMappings?: Array<string>;
|
|
36
42
|
/**
|
|
37
|
-
* List of CIDRs (comma-
|
|
43
|
+
* List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped.
|
|
38
44
|
* @type {string}
|
|
39
45
|
* @memberof RadiusProviderRequest
|
|
40
46
|
*/
|
|
@@ -21,6 +21,7 @@ export function RadiusProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
23
|
'name': json['name'],
|
|
24
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
24
25
|
'authorizationFlow': json['authorization_flow'],
|
|
25
26
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
26
27
|
'clientNetworks': !exists(json, 'client_networks') ? undefined : json['client_networks'],
|
|
@@ -36,6 +37,7 @@ export function RadiusProviderRequestToJSON(value) {
|
|
|
36
37
|
}
|
|
37
38
|
return {
|
|
38
39
|
'name': value.name,
|
|
40
|
+
'authentication_flow': value.authenticationFlow,
|
|
39
41
|
'authorization_flow': value.authorizationFlow,
|
|
40
42
|
'property_mappings': value.propertyMappings,
|
|
41
43
|
'client_networks': value.clientNetworks,
|
|
@@ -30,6 +30,12 @@ export interface SAMLProvider {
|
|
|
30
30
|
* @memberof SAMLProvider
|
|
31
31
|
*/
|
|
32
32
|
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SAMLProvider
|
|
37
|
+
*/
|
|
38
|
+
authenticationFlow?: string | null;
|
|
33
39
|
/**
|
|
34
40
|
* Flow used when authorizing this provider.
|
|
35
41
|
* @type {string}
|
|
@@ -25,6 +25,7 @@ export function SAMLProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
return {
|
|
26
26
|
'pk': json['pk'],
|
|
27
27
|
'name': json['name'],
|
|
28
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
28
29
|
'authorizationFlow': json['authorization_flow'],
|
|
29
30
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
30
31
|
'component': json['component'],
|
|
@@ -62,6 +63,7 @@ export function SAMLProviderToJSON(value) {
|
|
|
62
63
|
}
|
|
63
64
|
return {
|
|
64
65
|
'name': value.name,
|
|
66
|
+
'authentication_flow': value.authenticationFlow,
|
|
65
67
|
'authorization_flow': value.authorizationFlow,
|
|
66
68
|
'property_mappings': value.propertyMappings,
|
|
67
69
|
'acs_url': value.acsUrl,
|
|
@@ -24,6 +24,12 @@ export interface SAMLProviderRequest {
|
|
|
24
24
|
* @memberof SAMLProviderRequest
|
|
25
25
|
*/
|
|
26
26
|
name: string;
|
|
27
|
+
/**
|
|
28
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof SAMLProviderRequest
|
|
31
|
+
*/
|
|
32
|
+
authenticationFlow?: string | null;
|
|
27
33
|
/**
|
|
28
34
|
* Flow used when authorizing this provider.
|
|
29
35
|
* @type {string}
|
|
@@ -24,6 +24,7 @@ export function SAMLProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
24
24
|
}
|
|
25
25
|
return {
|
|
26
26
|
'name': json['name'],
|
|
27
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
27
28
|
'authorizationFlow': json['authorization_flow'],
|
|
28
29
|
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
29
30
|
'acsUrl': json['acs_url'],
|
|
@@ -49,6 +50,7 @@ export function SAMLProviderRequestToJSON(value) {
|
|
|
49
50
|
}
|
|
50
51
|
return {
|
|
51
52
|
'name': value.name,
|
|
53
|
+
'authentication_flow': value.authenticationFlow,
|
|
52
54
|
'authorization_flow': value.authorizationFlow,
|
|
53
55
|
'property_mappings': value.propertyMappings,
|
|
54
56
|
'acs_url': value.acsUrl,
|