Skip to content

eole/meteor-accounts-keycloak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eole:accounts-keycloak

A login service for Keycloak.

Forked from hotello:acccounts-keycloak : https://github.com/hotello/meteor-accounts-keycloak.git

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

Languages

  • JavaScript 100.0%