เป็น Redirect link ที่ให้เปิดออกไปที่ site IDP แล้ว IDP จะทำการ logout client นั้นให้ จากนั้นจะ redirect กลับไปที่ redirect_uri ที่ส่งมา
*หมายเหตุ: ก่อนเรียก redirect IDP Logout ควรจัดการ logout data ที่ app ตัวเองก่อน (ลบ state login หรือ access_token ที่เก็บไว้ที่ app)
Callback url eg. https://{domain}/home
There is no content to send for this request, but the headers may be useful.
curl --request GET \
--url 'https://dpt-idp.finema.dev/session/end?redirect_uri='There is no content to send for this request, but the headers may be useful.
เป็น Redirect link ที่ให้เปิดออกไปที่ site IDP แล้ว IDP จะทำการ logout client นั้นให้ จากนั้นจะ redirect กลับไปที่ redirect_uri ที่ส่งมา
*หมายเหตุ: ก่อนเรียก redirect IDP Logout ควรจัดการ logout data ที่ app ตัวเองก่อน (ลบ state login หรือ access_token ที่เก็บไว้ที่ app)
Callback url eg. https://{domain}/home
There is no content to send for this request, but the headers may be useful.
curl --request GET \
--url 'https://dpt-idp.finema.dev/session/end?redirect_uri='There is no content to send for this request, but the headers may be useful.