Hello i want to separate authentication based on http method. for example. I have 2 different role on my client user and admin, I want that user can access /api/book with a get method but user shouldn’t be able to access same url /api/book with a post method, admin user should be able to access both methods.
I have made same investigation and I believe I need to set true http-method-as-scope parameter but I cannot found where I can do that.
My Keycloak version is 23.1
Thanks in advance.