...
You can see useiframelogoutwithidtokenhint
is set to true (line 7). This has to be set for the logout to work.
Code Block |
---|
{
"clientid": "cos",
"clientsecret": "0lLM43yeXPKtBzyH7s3p5mKzWGS1dLVT",
"authority": "https://idp.externalprovider.com",
"useuserinfoendpoint": true,
"requirehttpsmetadata": false,
"useiframelogoutwithidtokenhint":true
} |
Standard OIDC does not require to send id_token_hint when in the logout request, but we will do so as must implementation require it anyways
...