Update user details and Bypass login process

Kevin P. Foote kpfoote at iup.edu
Wed Nov 6 10:57:37 EST 2013


On Wed, 6 Nov 2013, Aravindhan A wrote:

> I want to add and modify the user details, Is there any API calls provided
> by shibboleth that to add and modify the user credentials which is available
> in the LDAP?


No.. generally an Identity Provider is not the place for your users to be doing
account maintenance - if that is what your after / asking.

With that in mind.. if you design your own LoginHandler you can pretty much do 
what ever you wish with the user: call other services, answer other questsions
etc.. before passing back to the next step in the IdP.

> Is there any possible way to login the user without asking the user to enter
> the login credentials (My case is after the signup process I don't want the
> user to login again)?

Again account maintenance is not usually done at the IdP.

------
thanks
  kevin.foote


More information about the users mailing list