SSO implementation using Shibboleth with Google App Engine java -


I am developing an application on Java in Google App Engine in this application. < strong> SSO will work as my Google App Engine Application Service Provider and Identity Provider. It will be a separate server, I just have to write on the side of the SSO. I'm new to SAML and have done a lot more on SAML and have come to the basic flow of user authentication in SSO. I found the openssml library that can be used to handle SAML messages between IDP and SP. I found Shibolith which is the implementation of the opensaml library, I am very confused about the decision to choose OpenML or Shibleth. Can someone suggest me on choosing opensaml or Shibboleth and if someone sp Implementation Any tutorials found in the Google app engine can also be shared.

You can embed (applications created on OpenSAM) in your application, this will enable you to act as SAML 2.0 Service Provider. / P>

You can see a performance of such an approach, in which the Spring SAML sample app is shown with the SSO Circle IDP.

Shiboleth does not provide a SAML SP component Can be embedded in. Shib Olathe works as Plugins for SP, Apache or IIS Web Server and can not be used with Google App Engine.

As a example of the implementation of the SAML 2.0 WebSSO implementation, You can also see if you want it to be written automatically in Spring repo, source is here.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -