OpenSAML is a java and c++ library that provides low level handling of SAML messages
In SAML metadata file there are several NameID format defined, for example: <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</…
single-sign-on saml opensamlI've seen a bunch of flow chart on how it is passed around between Identity Provider (IdP), Service Provider (SP), …
saml saml-2.0 opensamlI have a Java web application. I want to implement SAML Single-Sign-On login for my application. I have got this …
java single-sign-on saml-2.0 opensamlI am trying an Android project using OpenSAML using Eclipse. I have added all the required jar files in the …
android eclipse opensamlWe have a website running on Caucho Resin. It's written primarily in Java using JSP. We have our own custom …
java saml adfs shibboleth opensamlSAML sp-based authentication has following short workflow. User wants to access application at sp. sp sends SAMLRequest token to idp. …
java authentication saml opensaml saml-2.0I have a problem while trying to decrypt encrypted assertion using SAML 2.0. The library I am using is OpenSAML Java …
java cryptography rsa saml-2.0 opensamlOK, this is another of those "I have no real idea where to start" questions, so hopefully the answer is …
java cryptography opensamlI'm trying to integrate the Spring Saml library in a sample webapplication, using Shibboleth as IDP. I'm able to load …
spring spring-security saml-2.0 opensaml spring-samlI am implementing SAML Single Sign-On and using idp initiated method for login request. After login it redirect users on …
php single-sign-on saml opensaml