Tag: SAML2

  • Testing web applications SSO with Keycloak

    Testing web applications SSO with Keycloak

    Testing web applications SSO with Keycloak Usually when you are developing a new feature or fixing an issue, you want to focus in your business logic. If your application delegates the authentication in some SSO system you usually mocks the response from this last one. However for integration tests, it is nice to be able

    Explore →

  • SSO for Oracle REST DataServices

    SSO for Oracle REST DataServices

    SSO for Oracle REST DataServices Hello there, Recently I’ve started to dig into the ORDS authentication and more specifically in how to make it work against my Oracle WebLogic server authenticators. ORDS Service Definition The first step is to create or define a REST service in our Oracle database. The oracle-base.com guys have a fantastic

    Explore →

  • Java web application based on OAuth2

    Java web application based on OAuth2

    Java web application based on OAuth2 Hello, Last week I've investigated how does OAuth2 protocol works and developed a Proof of Concept (PoC) in Java. In this post I would like to show you how effortlessly develop simple client-server application using OAuth 2.0 standard for authorization of protected resources placed on a server. Before we

    Explore →

  • Oracle Weblogic SAML2 Authorization

    Oracle Weblogic SAML2 Authorization

    Oracle Weblogic SAML2 Authorization Grammatically the title has no much sense, but those were the keywords that I used to type a couple of years ago when I started to work in the integration of our JEE applications into our SSO system. Oracle Weblogic provides a module that supports the SAML2 protocol. SAML, Security Assertion

    Explore →