Skip to content

Commit

Permalink
remove changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvenzx committed Nov 14, 2024
1 parent 0f12d1d commit 1de64db
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -928,26 +928,6 @@ try {
// Handle the error
}


public class SSOOIDCSettings {
private String name;
private String clientId;
private String clientSecret;
private String redirectUrl;
private String authUrl;
private String tokenUrl;
private String userDataUrl;
private List<String> scope;
@JsonProperty("JWKsUrl")
private String jwksUrl;
private OIDCAttributeMapping userAttrMapping;
private Boolean manageProviderTokens;
private String callbackDomain;
private List<String> prompt;
private String grantType;
private String issuer;
}

// Configure SSO - OIDC
String name = "Provider"; // Name of the provider
String clientId = "<oidc-client-id>"; // The client id set on the IdP
Expand Down

0 comments on commit 1de64db

Please sign in to comment.