Control not RET to ConsumerURL-Idp3.1.1
Sandeep urs
sandeepursks at gmail.com
Tue Jun 16 08:57:41 EDT 2015
Hi,
As part of IdP 3.1.1 upgrade , we are using 'Auth/External' .As we know in
IdP 2.4 , we do have authenticationEngine.returnToAuthenticationEngine() .
Later we tap the SAML Response at our registered ConsumerURL once
Authentication is successful .
Like wise in IdP 3.1.1 , we are doing ...
Principal principal = new
UsernamePrincipal(principleName);
Subject subj = new Subject();
subj.getPrincipals().add(principal);
request.setAttribute(ExternalAuthentication.PRINCIPAL_KEY, principal);
request.setAttribute(ExternalAuthentication.PRINCIPAL_NAME_KEY, key);
request.setAttribute("authnMethod",
"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport");
request.setAttribute(ExternalAuthentication.SUBJECT_KEY, subj);
But,
a) The control is not returning to our registered ConsumerURL as we are not
aware of equivalent call in Idp 3.1.1( for the API
authenticationEngine.returnToAuthenticationEngine() )
b)authnMethod is depricated in Idp 3.1.1 . How to inform the same while
using ExternalAuthentication?
Did i miss any API Calls / configs please suggest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150616/b5c1803b/attachment.html>
More information about the users
mailing list