diff --git a/README.md b/README.md index b83f7e6..0641016 100644 --- a/README.md +++ b/README.md @@ -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 scope; - @JsonProperty("JWKsUrl") - private String jwksUrl; - private OIDCAttributeMapping userAttrMapping; - private Boolean manageProviderTokens; - private String callbackDomain; - private List prompt; - private String grantType; - private String issuer; -} - // Configure SSO - OIDC String name = "Provider"; // Name of the provider String clientId = ""; // The client id set on the IdP