เป็น Redirect link ที่ให้เปิดออกไปที่ site IDP แล้ว IDP จะทำการเปิดฟอร์ม login SSO
เมื่อทำการเข้าระบบสำเร็จ จะ redirect กลับไปที่ redirect_uri ที่ส่งมาพร้อมข้อมูล <access_token>
example. {{redirect_uri}}?token=<access_token>
Callback url eg. https://{domain}/api/idp/callback
There is no content to send for this request, but the headers may be useful.
curl --request GET \
--url 'https://dpt-idp.finema.dev/login?redirect_uri='There is no content to send for this request, but the headers may be useful.
เป็น Redirect link ที่ให้เปิดออกไปที่ site IDP แล้ว IDP จะทำการเปิดฟอร์ม login SSO
เมื่อทำการเข้าระบบสำเร็จ จะ redirect กลับไปที่ redirect_uri ที่ส่งมาพร้อมข้อมูล <access_token>
example. {{redirect_uri}}?token=<access_token>
Callback url eg. https://{domain}/api/idp/callback
There is no content to send for this request, but the headers may be useful.
curl --request GET \
--url 'https://dpt-idp.finema.dev/login?redirect_uri='There is no content to send for this request, but the headers may be useful.