Skip to content

qlik-product-success/qlik-keycloak-providers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Keycloak Providers by Qlik

Overview

This project contains sample providers for Keycloak which add functionality to that Identity Provider (IdP) for custom authentication scenarios that Qlik customers might find useful. These providers have been tested in Keycloak v21.0.1 but should work with v19.0.3 or above.

The following provider samples are currently included:

Requirements

The following tools should be installed globally.

  • Java Development Kit 11 - OpenJDK 11 LTS recommended. Higher versions should work but have not been tested.
  • Apache Maven 3.9 - Required to build the providers JAR file and collect dependencies for the Nashorn JavaScript engine.
  • ESLint 8.40 - Checks your Javascript for basic syntax errors. (Optional)
  • Visual Studio Code with ESLint extension is recommended. (Optional)

Packaging

The providers are packaged into a single JAR: target\keycloak-server-copy\providers\qlik-keycloak-providers-<version>.jar. The command to create this package is: mvn package

The scripts feature has dependencies that might not already be included in a given instance/deployment of Keycloak. The command to prepare these dependencies is: mvn dependency:copy-dependencies

Deployment

Run the commands in the Packaging section as needed, then copy the files within the target/keycloak-server-copy/providers folder to the keycloak/providers folder on the target instance.

Run /opt/keycloak/bin/kc.sh build --features="scripts" and restart your Keycloak instance to enable the PoC providers.

Configuring Keycloak

  • TODO: Add example of how to add Qlik - Restrict Users by Domain provider to a given authentication flow.
  • TODO: Add example of how to add Qlik - Append Email Domain to Groups provider to as a client claim mapper.

License

This project is provided "AS IS", without any warranty, under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published