Are there any differences in implementation between Okta's SAML Java Toolkit and OpenSAML? -


i integrating saml custom java web-app in order put behind okta. want use saml java toolkit provided okta.

there many examples on internet of opensaml implementations in order me general idea of how begin. however, wondering if there significant differences between opensaml , saml toolkit provided okta.

thanks!

opensaml set of open source c++ & java libraries meant support developers working saml protocol. current version supports saml 1.0, saml1.1, , saml2.0 protocols. in other words, opensaml library handling low level samlx.x protocol implementations.

saml toolkits free , open-source, designed shorten development time , reduce complexity implement saml2.0 enabled web-apps.

saml java toolkits okta uses opensaml java libraries implement minimal features of saml2.0 protocol vendors deploy saml service provider (sp) server , protect web-apps. otherwise, vendor has employ developers has know , understand saml2.0 specification , use opensaml or other similar libraries implement saml2.0 protocol protect web-apps.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -