nononsensecode / client-credentials-flow-client

This repository is a demonstration of Open Auth 2.0 client credential flow

Home Page:https://nononsensecode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository is a demonstration of Open Auth 2.0 client credential flow

https://nononsensecode.com


Languages

Language:Kotlin 100.0%