Authorization Server
The Authorization Server add-on allows Jmix applications to act as an authorization server role of the OAuth 2.1 framework. The add-on is responsible for issuing access tokens to users and external clients according to the OAuth 2.1 specification.
The Authorization Server add-on is based on the Spring Authorization Server framework.
Installation
For automatic installation through Jmix Marketplace, follow instructions in the Add-ons section.
For manual installation, add the following dependencies to your build.gradle
:
implementation 'io.jmix.authserver:jmix-authserver-starter'