keycloak-api-manager
Version:
Keycloak-api-manager is a lightweight Node.js wrapper for the Keycloak Admin REST API. It provides an easy-to-use functional methods and functions to manage realms, users, roles, clients, groups, and permissions directly from your application code — just
19 lines (13 loc) • 332 B
JavaScript
var config = {
authorizationMicroservice: {
url: null,
access_token: null,
tokenValidityUrl:null
},
decodedTokenFieldName: "UserToken",
tokenFieldName: "access_token",
exampleUrl: "http://MyPage.it/",
secret: "secretKey",
answerOnTheFly:true
};
module.exports.conf = config;