Open alihossein opened 3 years ago
Hi. I imagine this line of the document "realm": "kong" is wrong and the correct value is "realm": "experimental" :
{ "config": { "bearer_only": "yes", "client_id": "kong", "client_secret": "02432bc5-0802-49de-9c03-b9b84301859f", "discovery": "http://192.168.88.21:8180/auth/realms/master/.well-known/openid-configuration", "filters": null, "introspection_endpoint": "http://192.168.88.21:8180/auth/realms/experimental/protocol/openid-connect/token/introspect", "introspection_endpoint_auth_method": null, "logout_path": "/logout", "realm": "kong", "recovery_page_path": null, "redirect_after_logout_uri": "/", "redirect_uri_path": null, "response_type": "code", "scope": "openid", "session_secret": null, "ssl_verify": "no", "token_endpoint_auth_method": "client_secret_post" }, "consumer": null, "created_at": 1567746736, "enabled": true, "id": "6476d875-56b8-4e7b-9bf9-bdd72241a9bd", "name": "oidc", "protocols": [ "grpc", "grpcs", "http", "https" ], "route": null, "run_on": "first", "service": null, "tags": null }
@alihossein, thankyou for noticing. Having to repeat some tests, I'm going to review this part.
Hi. I imagine this line of the document "realm": "kong" is wrong and the correct value is "realm": "experimental" :