Create Token

POST https://dmsworkspace-sso-pre.dmsworkspace.com/realms/dmsworkspace/protocol/openid-connect/token

Request type: x-www-form-urlencoded

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

client_id

string

generated client id

grant_type

string

password

username

string

password

string

generated password

client_secret

string

generated client secret

Response

{
    "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI0NzU2NDc4ZC04ZjRjLTQxOTAtOGRlYi03NTExZGY2ZmFjMzQifQ",
    "expires_in": 900,
    "refresh_expires_in": 1800,
    "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI0NzU2NDc4ZC04ZjRjLTQxOTAtOGRlYi03NTExZGY2ZmFjMzQifQ",
    "token_type": "Bearer",
    "not-before-policy": 0,
    "session_state": "6a3da64c-6819-4ed4-ac42-1756da14824d",
    "scope": "profile email"
}