SAMLSecurity
open-menu closeme
Blog
Books
github twitter linkedin rss
  • SAML Web Browser Profile

    calendar May 11, 2012 · 2 min read · SAML  ·
    Share on: twitter facebook linkedin copy

    What is it? The SAML Web Browser SSO Profile is one of the profiles defined in the SAML specification. As described in my introductory post on SAML, profiles describes how to fulfill a specific use-case using SAML. In the realm of user authentication using SAML, the Web Browser Profile is very frequently used. The …


    Read More
  • Generating metadata with OpenSAML

    calendar Feb 22, 2012 · 2 min read · SAML OpenSAMLV3  ·
    Share on: twitter facebook linkedin copy

    OpenSAML can be used to generate metadata. As with reading metadata, the library is pretty straight forward in relation to the metadata XML. This is an example for generating a SP metadata file We start by creating the EntityDescriptor, setting the EntityId and building the SSO descriptor. 1EntityDescriptor …


    Read More
  • Reading metadata with OpenSAML

    calendar Feb 22, 2012 · 1 min read · SAML OpenSAMLV2  ·
    Share on: twitter facebook linkedin copy

    OpenSAML have several methods for reading and parsings SAML metadata. Meta data is loaded using providers. For example FilesystemMetadataProvider - Used to load data from a file on the filesystem HTTPMetadataProvider - Used to load data from an Internet address Here is an example on how to load meta data using the …


    Read More
  • SAML metadata

    calendar Feb 22, 2012 · 3 min read · SAML  ·
    Share on: twitter facebook linkedin copy

    Meta data is essential to set up a integration between two parties in SAML. But what is it? How does it work? How do you exchange it and where does this create a trust? All these questions will be answered!


    Read More
  • Helper methods for OpenSAML

    calendar Apr 1, 2011 · 2 min read · SAML OpenSAML4  ·
    Share on: twitter facebook linkedin copy

    During my work with OpenSAML I have created a few helper methods to make it easier to do common things in OpenSAML such as object creation and logging of SAML XML. I my code samples I keep this in the SAMLUtil class. Creating SAML objects OpenSAML has a bit complex way of creating SAML objects using a factory pattern. …


    Read More
  • Getting credentials in OpenSAML

    calendar Mar 18, 2011 · 1 min read · SAML OpenSAMLV2  ·
    Share on: twitter facebook linkedin copy

    For all cryptographic functions OpenSAML requires a Credential which is a basically a cryptographic key wrapped in an object. The Credential can contain either an symmetric key or an asymmetric key not both. The Credential can be created manually with BasicX509Credential and BasicCredential classes and then populated …


    Read More
  • Resolve an artifact with OpenSAML

    calendar Feb 23, 2011 · 3 min read · SAML OpenSAMLV2  ·
    Share on: twitter facebook linkedin copy

    In my case the, after the sign on at the IdP is completed, the user is redirected to my `Assertion Consumer Service URL defined in meta data. The IdP sends an artifact back as a parameter.The artifact is a label pointing to the actual user data/login information(the assertion) at the IdP. The user data is not sent in …


    Read More
  • Single Log Out with OpenSAML

    calendar Feb 23, 2011 · 3 min read · SAML OpenSAMLV2  ·
    Share on: twitter facebook linkedin copy

    To logout an user from the SP an LogoutRequest is sent. The data needed about the user is the SessionIndex and NameID from the data recived at login. I my case in the Assertion in the Artifact Resolve Response. 1//IPR Ergogroup AS 2public static void doSynchronousLogout(final HttpSession sessionToLogout, final …


    Read More
  • SAML explained

    calendar Nov 22, 2010 · 2 min read · SAML  ·
    Share on: twitter facebook linkedin copy

    Information and example on how to sign and send authnrequests in OpenSAML


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Recent Posts

  • Authenticating a React SPA towards a SAML IdP
  • Signing and verifying signatures with OpenSAML 4
  • Metadata exchange and trust
  • Using HTTP POST binding in OpenSAML 4
  • Redirect with AuthnRequest
  • Using HTTP Redirect binding in OpenSAML 4
  • Getting started with OpenSAML 4
  • The Big OpenSAML Guide

Categories

OPENSAML 23 SAML 6

Tags

SAML 29 OPENSAMLV2 11 OPENSAMLV3 6 OPENSAML4 5 ASSERTION 1 DIGITAL-SIGNATURE 1 ENCRYPTION 1 INDEX 1 OPENSAML 1
SAMLSecurity

Copyright  SAMLSECURITY. All Rights Reserved      Privacy policy      Change your consent preferences

to-top