Skip to content

Commit

Permalink
Fix Provider Id
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Jul 29, 2024
1 parent 80a3a4a commit 30a7f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class OIDCAuthnAuthoritiesMapper extends AbstractOIDCProtocolMapper imple
OIDCAttributeMapperHelper.addAttributeConfig(configProperties, OIDCAuthnAuthoritiesMapper.class);
}

public static final String PROVIDER_ID = "oidc-oidc-authnauthorities-mapper";
public static final String PROVIDER_ID = "oidc-authnauthorities-mapper";


public List<ProviderConfigProperty> getConfigProperties() {
Expand Down

0 comments on commit 30a7f25

Please sign in to comment.