Hi, I'm trying to configure SAML authentication with Jenkins via Azure AD.
Right now I'm running Jenkins in Docker on my local machine to prevent 
locking out myself from our prod.


I'm using this plugin: 
https://wiki.jenkins.io/display/JENKINS/SAML+Plugin

I did all configuration in Jenkins and I'm still receiving an exception.

My config in AAD:
*Identifier:* http://localhost:8888/securityRealm/finishLogin

*Reply URLs:* https://localhost:8888/securityRealm/finishLogin, 
http://localhost:8888/securityRealm/finishLogin

I downloaded Metadata and pasted it in Jenkins.
Can someone please give me a tip how to debug this issue? 

The error I'm receiving is:

org.pac4j.saml.exceptions.SAMLException: No valid subject assertion found in 
response
        at 
org.pac4j.saml.sso.impl.SAML2DefaultResponseValidator.validateSamlSSOResponse(SAML2DefaultResponseValidator.java:313)
        at 
org.pac4j.saml.sso.impl.SAML2DefaultResponseValidator.validate(SAML2DefaultResponseValidator.java:138)
        at 
org.pac4j.saml.sso.impl.SAML2WebSSOMessageReceiver.receiveMessage(SAML2WebSSOMessageReceiver.java:77)
        at 
org.pac4j.saml.sso.impl.SAML2WebSSOProfileHandler.receive(SAML2WebSSOProfileHandler.java:35)



-- 



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/080658a5-35b3-4225-9b64-57411880690b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to