Authorization: Bearer ********************
true
, a valid session is required.{
"hint": "user@example.com",
"linking": true,
"provider": 0
}
curl --location --request PUT '/session/openid' \
--header 'Content-Type: application/json' \
--data-raw '{
"hint": "user@example.com",
"linking": true,
"provider": 0
}'
0
- Success.{
"code": 0,
"data": "https://kqyhaj.logto.app/oidc/auth?client_id=negu9t0i5imx005vfd9hs&code_challenge=tWQ6Q2M4Ejkt9gwURhyBVxrtT7gfnbxe59ia-J8NuuE&code_challenge_method=S256&prompt=consent&redirect_uri=http://127.0.0.1:5212/callback/openid/0&response_type=code&scope=openid offline_access profile email&state=fbc710af-6a46-49e9-9a0c-59123163f941",
"msg": ""
}