Closed axel9fr closed 10 years ago
There are 3 possible causes I can think of
Thx for your answer :)
For the first causes, I had this one, but I have pass my Apache in https. I don't think that it's this causes.
Tomorrow I will see for the 2) and 3)
If it's the 3) how can I change the attibute name to match with the response of my IdP ?
I have test the shibboleth response and it give this attributes :
$_SERVER Shib-Application-ID, Shib-Session-ID, Shib-Identity-Provider, Shib-Authentication-Instant,Shib-Authentication-Method, Shib-AuthnContext-Class, UmlvFoad, eppn, givenName, mail , sn, supannEmpId, supannOrganisme, uid, HTTPS
So I have the Shib-Identity-Provider that give the url of the federation... So it's not the 3) cause I think :(
Can you give me more information about the 2) cause. I don't understand what do you mean about the "use_headers setting". :/
I have find the cause of my problem. It was the
Now I pass to the step 2, the userProvider. Thx for your help ;)
Good for you :-)
Hi,
I have follow the bundle install and the configuration, but I have a bug. My application speak with the federation IdP but the response is not read by the bundle. So when an unauthenticated user click on the secure link, my application redirect the unauthenticated user to shibboleth and this one redirect to the CAS service. The user is now authenticated by CAS service and return to shibboleth and this one redirect to my application. But... The bundle don't find that the user is authenticated in the $request and my application redirect to the shibboleth. The user is already authenticated in shibboleth and.... redirect to my application.
So it's giving an infinite loop...
The IdP send the information what I need (I have do some tests) but the bundle cannot catch them.
I have try to look in the shibbolethLister.php, in the handle() function but the code connat pass the:
"if (!$this->shibboleth->isAuthenticated($request)) { return; }"
What can I do to catch the shibboleth parameters in the $request in return from the federation web site please ?