keycloak/examples/saml
Jon Koops 972ebb9650
Use a valid SemVer format for the SNAPSHOT version (#17334)
* Use a valid SemVer format for the SNAPSHOT version

* Update pom.xml

* Update pom.xml

---------

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2023-03-03 11:11:44 +01:00
..
servlet-filter Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
README.md saml example docs 2015-09-30 16:51:21 -04:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
testsaml.json filter examples, subsystem dependencies 2016-02-02 19:15:05 -05:00

README.md

Keycloak SAML

Introduction

These examples show using Keycloak Server's SAML support with Keycloak's SAML client adapter. These examples run on JBoss Enterprise Application Platform 6 or WildFly.

We recommend using the Keycloak Demo Distribution to test the examples as it has already some things pre-set for you. There is individual README.md file specific for each example. Here are just some general info about the requirements for running the examples.

Start the Demo Distribution

See the documentation for more details.

Import the test realm

Next thing you have to do is import the test realm for these examples. Clicking on the below link will bring you to the create realm page in the Admin UI. The username/password is admin/admin to login in. Keycloak will ask you to create a new admin password before you can go to the create realm page.

http://localhost:8080/auth/admin/master/console/#/create/realm

Import the testsaml.json file that is in the saml/ example directory.

Build and Deploy

$ mvn clean install wildfly:deploy