Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 517 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 517 Bytes

Open Auth 2.0 - Client Credential Flow

This application is demonstrating client credential flow of OAuth 2.0. As authorization server, I used Keycloak.

Client id is heroes-client and there is a scope associated with the client and that is heroes.

You have to create a client-secret.yaml file in the resources directory. An example is there client-secret.yaml.example

You can find the resource server I used for this example here