Skip to content

Commit

Permalink
cleanup webfinger because is not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-s committed Nov 13, 2023
1 parent 0fd0b3a commit 26c324a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ private CorsConfigurationSource corsConfigurationSource() {

public static final String[] WKN_URLS = {
OpenIDMetadataEndpoint.OPENID_CONFIGURATION_URL,
OpenIDMetadataEndpoint.WEBFINGER_URL,
OAuth2MetadataEndpoint.OAUTH2_CONFIGURATION_URL,
JWKSetPublishingEndpoint.JWKS_URL,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class OpenIDMetadataEndpoint {
private final Logger logger = LoggerFactory.getLogger(getClass());

public static final String OPENID_CONFIGURATION_URL = Config.WELL_KNOWN_URL + "/openid-configuration";
public static final String WEBFINGER_URL = Config.WELL_KNOWN_URL + "/webfinger";

//keep a local cache
//TODO refactor when per-realm is supported
Expand Down

0 comments on commit 26c324a

Please sign in to comment.