Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 636 Bytes

overview.md

File metadata and controls

18 lines (12 loc) · 636 Bytes
title description
Get Token
Create new service clients for use with common services

Overview

The Get Token Service (GETOK) is used to securely generate or modify new service clients on Keycloak. the GETOK service is a RESTful web service that may be integrated into applications by developers.

Capabilities

  • Communicate with Keycloak realms to generate service clients
  • Secure password generation and transmission via public/private key encryption

Getting Started