Reputation: 1029
I posted the question already on the jenkins saml github repo, however not sure where is the exact cause of issue - https://github.com/connectifier/jenkins-saml-plugin/issues/9. Any help is appreciated
I expect that after integration , I should be able to login to Jenkins with "[email protected]"
I get the error as below
On the Auth0 side, the logs say that the user successfully logged in
Any help or thoughts are highly appreciated. Since Auth0 login says successful, I am posting this here, instead of Auth0 bugs
Upvotes: 5
Views: 3078
Reputation: 993
This error seems to occur, when you do not explicitly set the audience
setting in the auth0 SAML2 AddOn to the callback URL.
Setting it explicitly fixed the issue for me.
My guess: it is somehow related to the fact that the plugin uses a rather dated version of the pac4j libraries.
Upvotes: 5