Mawqoot supports Single Sign-On (SSO) using OpenID Connect (OIDC) protocol, allowing your employees to log in securely through your organization’s identity provider (IdP).
This article explains how to configure SSO for your organization account.
Secure and centralized authentication.
No need for additional passwords. Employees can sign-in using their business authentication.
New accounts are created automatically for newly signed-in users
From sidebar, click on settings, then click on SSO.
Click on create SSO profile to create new SSO profile.
Register Mawqoot as a client in your identity provider using the following integration configurations:
Application Name | MAWQOOT |
Protocol | OpenID Connect |
Redirect URI |
|
Application Type | Confidential |
Authentication Method | Basic Client Secret with PKCE |
Scopes |
|
Grant Type | Authorization Code |
Once the app is registered, your IdP will generate:
Client ID
Client Secret
Metadata URL (well-known configuration URL)
Enter the identity provider configuration details:
Name*: A descriptive name for your SSO configuration.
Example: MyCompany IdP
Domain*
Your organization’s email domain. This will be used to match employees to the correct SSO provider.
Example: company.com
Metadata URL
Identity provider public OIDC configurations metadata URL
Example:https://login.microsoftonline.com/<tenant-id>/v2.0/.well-known/openid-configuration
If not available, you can uncheck the box and enter fields manually:
Issuer
The OIDC issuer URL, typically the base URL of your identity provider.
Example: https://idp.example.com
Authorization Endpoint
The authorization endpoint where users are redirected to sign in using their credentials.
Example: https://idp.example.com/oidc/authorize
Token Endpoint
The token endpoint used to exchange authorization codes for access tokens.
Example: https://idp.example.com/oidc/token
JWKS URI
The JWKS endpoint providing public keys for verifying JWT signatures.
Client ID*
Client identifier registered with your identity provider.
Client Secret*
Client secret registered with your identity provider.
After completing the fields, click the save button.
You can create, update, or disable your SSO profiles from the same SSO settings page.
You can maintain multiple configurations if your company uses more than one domain.