Skip to content
Snippets Groups Projects
Commit b66e69ea authored by Stefan Auditor's avatar Stefan Auditor
Browse files

Issue #3395914 by heddn, sanduhrs: Add a Keycloak client

parent f98a4e08
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @file
* OpenID Connect client for Keycloak.
*/
/**
* Implements OpenID Connect Client plugin for Keycloak.
*/
class OpenIDConnectClientKeycloak extends OpenIDConnectClientGeneric {}
<?php
/**
* @file
* Provides an OpenID Connect client plugin for Keycloak.
*/
$plugin = array(
'title' => t('Keycloak'),
'class' => 'OpenIDConnectClientKeycloak',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment