}
/**
- * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
* @return Reference to {@code this} so that method calls can be chained together.
*/
@java.lang.Override
@@ -277,7 +277,7 @@ public _FinalStage allowedStrategies(List
}
/**
- * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
*/
@java.lang.Override
@JsonSetter(value = "allowed_strategies", nulls = Nulls.SKIP)
diff --git a/src/main/java/com/auth0/client/mgmt/types/CreateSelfServiceProfileResponseContent.java b/src/main/java/com/auth0/client/mgmt/types/CreateSelfServiceProfileResponseContent.java
index 970cdd8e..9dfd03cc 100644
--- a/src/main/java/com/auth0/client/mgmt/types/CreateSelfServiceProfileResponseContent.java
+++ b/src/main/java/com/auth0/client/mgmt/types/CreateSelfServiceProfileResponseContent.java
@@ -119,7 +119,7 @@ public Optional getBranding() {
}
/**
- * @return List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * @return List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
*/
@JsonProperty("allowed_strategies")
public Optional> getAllowedStrategies() {
@@ -315,7 +315,7 @@ public Builder branding(SelfServiceProfileBrandingProperties branding) {
}
/**
- * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
*/
@JsonSetter(value = "allowed_strategies", nulls = Nulls.SKIP)
public Builder allowedStrategies(Optional> allowedStrategies) {
diff --git a/src/main/java/com/auth0/client/mgmt/types/GetSelfServiceProfileResponseContent.java b/src/main/java/com/auth0/client/mgmt/types/GetSelfServiceProfileResponseContent.java
index 506791b7..8cd70997 100644
--- a/src/main/java/com/auth0/client/mgmt/types/GetSelfServiceProfileResponseContent.java
+++ b/src/main/java/com/auth0/client/mgmt/types/GetSelfServiceProfileResponseContent.java
@@ -119,7 +119,7 @@ public Optional getBranding() {
}
/**
- * @return List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * @return List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
*/
@JsonProperty("allowed_strategies")
public Optional> getAllowedStrategies() {
@@ -315,7 +315,7 @@ public Builder branding(SelfServiceProfileBrandingProperties branding) {
}
/**
- * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
*/
@JsonSetter(value = "allowed_strategies", nulls = Nulls.SKIP)
public Builder allowedStrategies(Optional> allowedStrategies) {
diff --git a/src/main/java/com/auth0/client/mgmt/types/IConnectionOptionsCommonOidc.java b/src/main/java/com/auth0/client/mgmt/types/IConnectionOptionsCommonOidc.java
index 8ca9481c..81697eb4 100644
--- a/src/main/java/com/auth0/client/mgmt/types/IConnectionOptionsCommonOidc.java
+++ b/src/main/java/com/auth0/client/mgmt/types/IConnectionOptionsCommonOidc.java
@@ -17,10 +17,12 @@ public interface IConnectionOptionsCommonOidc {
Optional getConnectionSettings();
- OptionalNullable getFederatedConnectionsAccessTokens();
-
Optional> getDomainAliases();
+ Optional getDpopSigningAlg();
+
+ OptionalNullable getFederatedConnectionsAccessTokens();
+
Optional getIconUrl();
OptionalNullable> getIdTokenSignedResponseAlgs();
diff --git a/src/main/java/com/auth0/client/mgmt/types/ResourceServerProofOfPossessionRequiredForEnum.java b/src/main/java/com/auth0/client/mgmt/types/ResourceServerProofOfPossessionRequiredForEnum.java
index 2a47dfac..8ba4d205 100644
--- a/src/main/java/com/auth0/client/mgmt/types/ResourceServerProofOfPossessionRequiredForEnum.java
+++ b/src/main/java/com/auth0/client/mgmt/types/ResourceServerProofOfPossessionRequiredForEnum.java
@@ -10,9 +10,6 @@ public final class ResourceServerProofOfPossessionRequiredForEnum {
public static final ResourceServerProofOfPossessionRequiredForEnum ALL_CLIENTS =
new ResourceServerProofOfPossessionRequiredForEnum(Value.ALL_CLIENTS, "all_clients");
- public static final ResourceServerProofOfPossessionRequiredForEnum CONFIDENTIAL_CLIENTS =
- new ResourceServerProofOfPossessionRequiredForEnum(Value.CONFIDENTIAL_CLIENTS, "confidential_clients");
-
public static final ResourceServerProofOfPossessionRequiredForEnum PUBLIC_CLIENTS =
new ResourceServerProofOfPossessionRequiredForEnum(Value.PUBLIC_CLIENTS, "public_clients");
@@ -51,8 +48,6 @@ public T visit(Visitor visitor) {
switch (value) {
case ALL_CLIENTS:
return visitor.visitAllClients();
- case CONFIDENTIAL_CLIENTS:
- return visitor.visitConfidentialClients();
case PUBLIC_CLIENTS:
return visitor.visitPublicClients();
case UNKNOWN:
@@ -66,8 +61,6 @@ public static ResourceServerProofOfPossessionRequiredForEnum valueOf(String valu
switch (value) {
case "all_clients":
return ALL_CLIENTS;
- case "confidential_clients":
- return CONFIDENTIAL_CLIENTS;
case "public_clients":
return PUBLIC_CLIENTS;
default:
@@ -78,8 +71,6 @@ public static ResourceServerProofOfPossessionRequiredForEnum valueOf(String valu
public enum Value {
PUBLIC_CLIENTS,
- CONFIDENTIAL_CLIENTS,
-
ALL_CLIENTS,
UNKNOWN
@@ -88,8 +79,6 @@ public enum Value {
public interface Visitor {
T visitPublicClients();
- T visitConfidentialClients();
-
T visitAllClients();
T visitUnknown(String unknownType);
diff --git a/src/main/java/com/auth0/client/mgmt/types/SelfServiceProfile.java b/src/main/java/com/auth0/client/mgmt/types/SelfServiceProfile.java
index 94f41df4..df0d5596 100644
--- a/src/main/java/com/auth0/client/mgmt/types/SelfServiceProfile.java
+++ b/src/main/java/com/auth0/client/mgmt/types/SelfServiceProfile.java
@@ -119,7 +119,7 @@ public Optional getBranding() {
}
/**
- * @return List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]
+ * @return List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]
*/
@JsonProperty("allowed_strategies")
public Optional> getAllowedStrategies() {
@@ -314,7 +314,7 @@ public Builder branding(SelfServiceProfileBrandingProperties branding) {
}
/**
- * List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [