WEB/Security

Lesson 20 - Using Keycloak as an authorization server

Tony Lim 2022. 5. 11. 13:35
728x90

notice implicit type is off by default

direct access grants means == password grant type

after setting up user and client we can token with keycloak's token endpoint uri

 

we have key id , because Authentication server may have mutiple client with mutiple key pair

we added 

aud : example

user_name : john

authorities : user

 

i am getting the following error when i try to access to resoruce server with given access token..

{
    "error""server_error",
    "error_description""enc (use) is currently not supported."
}

must write answer if teacher respond back

728x90