Sign in with Authentication ID: Connect the Authentication ID

หน่วยงานหรือส่วนงานขององค์การที่มีความประสงค์เชื่อมโยงระบบยืนยันตัวตนกลาง กรุณาติดต่อสำนักเทคโนโลยีสารสนเทศและการสื่อสาร สำนักผู้ว่าการสูงสุด โดยให้เตรียมเอกสาร ดังนี้

ส่งไปที่อีเมล ICT@pondhome.in.th ทั้งนี้ในระยะแรกสามารถเชื่อมโยงเฉพาะเว็บแอพลิเคชันที่พัฒนาด้วยภาษา PHP เท่านั้น

Sign in with Authentication ID: Branding guidelines for applications

สำหรับระบบที่ทำการเชื่อมโยงกับระบบ Authentication ID แล้ว แนะนำให้ใช้ปุ่มลิงค์ที่มี Authentication ID logo และ "Sign in with Authentication ID" หรือ "Sign in" เพื่อแสดงถึงเอกลักษณ์ของ Authentication ID

ภาพต่อไปนี้แสดงสัดส่วนที่ Authentication ID แนะนำเมื่อใช้เนื้อหากับแอปของคุณ

button guidelines

หากต้องการนำปุ่มเพื่อไปใช้ในแอปของคุณ ให้คัดลอกโค้ดด้านล่างนี้ไปติดตั้งในเว็บของคุณ

                    
<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>