pac4j-saml/src/main/java/org/pac4j/saml/sso/artifact/SAML2ArtifactBindingDecoder.java

Summary

Maintainability
A
1 hr
Test Coverage

Method doDecode has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void doDecode() throws MessageDecodingException {
        try {
            val endpointResolver = new DefaultEndpointResolver<ArtifactResolutionService>();
            endpointResolver.initialize();

    There are no issues that match your filters.

    Category
    Status