Skip to content

hotello/meteor-accounts-keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotello:accounts-keycloak

A login service for Keycloak.

Configuration

As any official Meteor account package, upsert a configuration object:

ServiceConfiguration.configurations.upsert({service: 'keycloak'}, {
  $set: {
    serverUrl: '<KEYCLOAK_SERVER_URL>',
    realm: '<REALM_NAME>',
    clientId: '<CLIENT_ID>',
    realmPublicKey: '<PUBLIC_KEY>',
    bearerOnly: true
  }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published