OAuth Clients

New Client
Client ID Description Secret (masked) Actions
smegui smegui application K2eZF6pM...tAnQ
Usage Example

Request a token using client credentials:

curl -X POST 'http://nanoidp.preview.smegui.k8sdev.world-direct.at/token' \
  -u 'CLIENT_ID:CLIENT_SECRET' \
  -d 'grant_type=password&username=USER&password=PASS'