more docs

This commit is contained in:
burnettk 2022-07-06 18:03:32 -04:00
parent 71f7c2245e
commit 034e4d4471
1 changed files with 3 additions and 0 deletions

View File

@ -50,3 +50,6 @@ echo 'ran import finance realm'
# from that guide, we ultimately found that we hit GET /resource_set described at:
# https://github.com/keycloak/keycloak-documentation/blob/main/authorization_services/topics/service-protection-resources-api-papi.adoc
# when we get the resource, we just hit the token endpoint and provide the resource and scope, and token will say pass or fail.
# More info:
# * https://stackoverflow.com/a/58861610/6090676
# * https://github.com/keycloak/keycloak/discussions/10044