stevenmaguire / oauth2-keycloak

Keycloak Provider for OAuth 2.0 Client
MIT License
208 stars 151 forks source link

Realm does not exist #33

Open CV008 opened 4 years ago

CV008 commented 4 years ago

Good morning. Please can I use this bundle for a "bearer only client" in a rest api in symfony ? Or is it only for public client which have UI for redirection ? I tried to omit the redirection parameters redirect_route and redirect_params: {} because this is not relevant for a bearer only client or rest microservice but it dosnt work.

when i test on postman i have this error message-> Realm does not exist

thx for your help in advance