Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 660 Bytes

File metadata and controls

29 lines (21 loc) · 660 Bytes

Keycloak extension for First Party Native App

This extension is implemented to provide authorization-challenge endpoint, which is defined in this draft: OAuth2.0 for first-party native apps

Requirements

Before landing to this extension, you must have knowledge about:

  • OAuth2.0 frameworks
  • OpenID Connect
  • Keycloak
  • JWT (JWS & JWE)

Installation

Use the package manager [mvn] to install kc-extension.

npm install
cd ./kc-extension
mvn clean package

Unit test

npm run test

License

MIT