Creating OAuth 2 Scope in Keycloak
In this tutorial, you will learn how to create an OAuth 2 scope in Keycloak. What is OAuth Scope? A scope is used by OAuth 2 to restrict access to a resource. When requesting an access token from an authorization server, a client application will include a scope request parameter specifying a list of scopes or…
Read More Creating OAuth 2 Scope in Keycloak