[java-oidc-common] branch main updated: Remove protocol URI from concrete class and switch to the interface

Phil Smart philip.smart at jisc.ac.uk
Fri Apr 28 08:17:45 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=3a5adf3b07215d7c84200cf100b74d7b00edcf13

The following commit(s) were added to refs/heads/main by this push:
     new 3a5adf3  Remove protocol URI from concrete class and switch to the interface
3a5adf3 is described below

commit 3a5adf3b07215d7c84200cf100b74d7b00edcf13
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 28 09:17:39 2023 +0100

    Remove protocol URI from concrete class and switch to the interface
---
 .../oidc/profile/config/impl/AbstractOIDCSSOConfiguration.java       | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/AbstractOIDCSSOConfiguration.java b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/AbstractOIDCSSOConfiguration.java
index 61829f0..8c7dfd0 100644
--- a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/AbstractOIDCSSOConfiguration.java
+++ b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/AbstractOIDCSSOConfiguration.java
@@ -49,11 +49,6 @@ import net.shibboleth.utilities.java.support.primitive.StringSupport;
  */
 public abstract class AbstractOIDCSSOConfiguration extends AbstractOAuth2FlowAwareProfileConfiguration
         implements OIDCSSORelyingPartyConfiguration, OIDCSSOProviderConfiguration {
-    
-    //TODO move to interface?
-    /** OIDC base protocol URI. */
-    @Nonnull @NotEmpty 
-    public static final String PROTOCOL_URI = "http://openid.net/specs/openid-connect-core-1_0.html";   
 
     /** Lookup function to override issuer value. */
     @Nonnull private Function<ProfileRequestContext,String> issuerLookupStrategy;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list