หน่วยงานหรือส่วนงานขององค์การที่มีความประสงค์เชื่อมโยงระบบยืนยันตัวตนกลาง กรุณาติดต่อสำนักเทคโนโลยีสารสนเทศและการสื่อสาร สำนักผู้ว่าการสูงสุด โดยให้เตรียมเอกสาร ดังนี้
สำหรับระบบที่ทำการเชื่อมโยงกับระบบ Authentication ID แล้ว แนะนำให้ใช้ปุ่มลิงค์ที่มี Authentication ID logo และ "Sign in with Authentication ID" หรือ "Sign in" เพื่อแสดงถึงเอกลักษณ์ของ Authentication ID
ภาพต่อไปนี้แสดงสัดส่วนที่ Authentication ID แนะนำเมื่อใช้เนื้อหากับแอปของคุณ
หากต้องการนำปุ่มเพื่อไปใช้ในแอปของคุณ ให้คัดลอกโค้ดด้านล่างนี้ไปติดตั้งในเว็บของคุณ
<script src="https://auth.pondhome.in.th/cdn/auth-button.js"></script>
//dark button
<button type="button" id="auth-login-button" onclick="Callback()" class="dark" data-url="https://auth.pondhome.in.th/common/authenticationID/v2.0/authorize?tenantid=1b72cd5f-1614-58e1-ac68-489c244edc0f&client_id=436f6e6e-6563-4420-8175-7468656e7469&redirect_uri=https%3A%2F%2Fconnect-auth.pondhome.in.th&response_type=login&app=Q29ubmVjdCBBdXRoZW50aWNhdGlvbiBJRA%3D%3D">
<img src="" id="brandinglogo" alt="ERS Authentication ID" title="ERS Authentication ID">
<span id="auth-login-button-text">Sign in with Authentication ID</span>
</button>
//light button
<button type="button" id="auth-login-button" onclick="Callback()" class="light" data-url="https://auth.pondhome.in.th/common/authenticationID/v2.0/authorize?tenantid=1b72cd5f-1614-58e1-ac68-489c244edc0f&client_id=436f6e6e-6563-4420-8175-7468656e7469&redirect_uri=https%3A%2F%2Fconnect-auth.pondhome.in.th&response_type=login&app=Q29ubmVjdCBBdXRoZW50aWNhdGlvbiBJRA%3D%3D">
<img src="" id="brandinglogo" alt="ERS Authentication ID" title="ERS Authentication ID">
<span id="auth-login-button-text">Sign in with Authentication ID</span>
</button>