aerogear / keycloak-connect-graphql

Add Keyloak Authentication and Authorization to your GraphQL server.
Apache License 2.0
157 stars 23 forks source link

Add ability to work with realm level roles #99

Open wtrocki opened 4 years ago

wtrocki commented 4 years ago

We need to add docs to readme about to do it https://github.com/aerogear/keycloak-connect-graphql/blob/b60c9006152bd033000a0663fa3f04391ec64b11/src/KeycloakContext.ts#L38-L39

It looks like current lib requires users to create roles on the server client and it is not working with cluster-level roles.