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
'WEB > Security' 카테고리의 다른 글
Lesson 24,25 - Authorities, Roles and Matcher methods (mvc,ant) (0) | 2022.05.14 |
---|---|
Lesson 23 - Configuring endpoint authorization (0) | 2022.05.13 |
Lesson 19 - Configuring the authorization server to expose the public key (0) | 2022.05.11 |
Lesson 17,18 - Using symmetric , asymmetric keys with JWT (0) | 2022.05.11 |
Lesson 16 - Using non-opaque tokens in Spring Security with JWT (0) | 2022.05.10 |