A cloud-based identity and access management service for securing user authentication and resource access
Hello @Winitr (MIS) Montewan,
To verify user authentication with Microsoft Entra ID in your application, you can follow these steps:
- Authentication Testing: After integrating your application with Microsoft Entra ID, perform authentication testing by signing out completely and then signing in using a private browser session with your Microsoft Entra ID credentials. This will help confirm that the authentication process is functioning correctly.
- Access Verification: Ensure that users can access your application at the designated URL (e.g.,
https://yourapplication.com) using their work credentials. This involves checking that the application correctly recognizes and grants access to users authenticated via Microsoft Entra ID. - Audit Logs: Review the audit logs in Microsoft Entra ID to monitor connection events and any authentication attempts. This can provide insights into successful and failed login attempts, helping you ensure that user access is being managed appropriately.
- Single Sign-On (SSO) Functionality: Test the SSO functionality to ensure that users can sign in with their existing work credentials without needing to enter them multiple times across different applications.
If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.