Skip to content

Keycloak extensions for supporting OpenID Connect Federation

Notifications You must be signed in to change notification settings

sourcesense/keycloak-oidc-federation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a keycloak plugin to add support for OIDC federations.

It implements the OpenID Connect Federation 1.0.Specification (draft 13).

This plugin supports OpenID Connect Federation (OP and RP) providers. Version 1.0.0 supports explicit registration for both OP and RP.

Building

A mvn clean install should be sufficient in order to generate the plugin's jar file.

Installing

It should be installed as a keycloak extension on a existing keycloak instance, meaning that it should be deployed as a wildfly module (use the provided module.xml file), and also be added as a dependency in keycloak-services module xml, by adding the entry <module name="org.keycloak.keycloak-oidc-federation" services="import"/>

About

Keycloak extensions for supporting OpenID Connect Federation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.7%
  • HTML 20.7%
  • JavaScript 14.6%