Git Product home page Git Product logo

keycloak-demo's Introduction

Keycloak SAML provider demo

Keycloak SAML provider demo based on example in Keycloak repository for OpenShift, automatically deployed with ansible.

Directory web-app contains source for Docker image with sample web application which is used to test authentication.

Usage

Clone the repository, edit the inventory file and add correct host to the [oc_client] group. This host has to have configured oc client for OpenShit. You can also use command oc cluster up on localhost to start OpenShift locally. Variable public_hosted_zone needs to be configured to the OpenShift public hosted zone. The xip.io domain is used when running the OpenShift with oc cluster up. Everything deployed with this playbook will be in the keycloak-poc (configurable) project in OpenShift.

git clone https://github.com/pschiffe/keycloak-demo.git
cd keycloak-demo
# Edit inventory file
ansible-playbook -e 'public_hosted_zone=192.168.1.7.xip.io' ./saml-broker/saml-broker.yml

Once the Keycloak is deployed, there will be 2 realms, saml-broker-realm containing the user (with login user/password) and providing a SAML v2 Identity Provider and the saml-broker-authentication-realm which contains local admin user (with login admin/password) and is used for SAML brokering.

Issues to fix

Currently it's not possible to do this without modifying the sso70-https.json template provided by OpenShift jboss-openshift/application-templates#220

RFE to not import users to the keycloak local database when brokering can be found here https://issues.jboss.org/browse/KEYCLOAK-4429

keycloak-demo's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.