> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Can I use my domain for federated sign-in?

> Can I use my domain for federated sign-in?

Before you start setting up federated sign-in with SuperID, you need to identify the provider and check if your domain name is viable to use as an IdP for SuperOffice CRM Online.

<Note>
  You can use either **Google Workspace Toolbox Dig** or **Microsoft OpenId record lookup tool** to check domain compatibility.
</Note>

## Google Workspace Toolbox Dig

The **Google Workspace Toolbox** can be used to identify problems with Google Workspace services. **Dig** supports looking up MX records for both Google and Microsoft domains.

1. Go to [https://toolbox.googleapps.com/apps/dig/][1]

2. Enter your domain name and select **MX.**

3. Look at the response: if you see **ANSWER** and that section lists at least 1 entry with **outlook**, **google**, or similar you should be good to go! For example:

   ```text theme={null}
   ;ANSWER vg.no. 299 IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.
   ```

![DIG (DNS lookup) -screenshot][img1]

## Microsoft OpenID record lookup tool

This tool supports Microsoft domains only.

1. Insert your domain name in the following URL and go to that page:

   ```text theme={null}
   https://login.microsoftonline.com/YOURDOMAIN/.well-known/openid-configuration
   ```

2. If the answer includes **authorization\_endpoint** or similar you should be good to go! For example:

   ```text theme={null}
   "authorization_endpoint":"https://login.microsoftonline.com/8e414aee-d6e1-4d13-98c8-d3876cd2b05/oauth2/authorize"
   ```

![orlok -screenshot][img2]

**"error":"invalid\_tenant"** indicates this will not work for a Microsoft account

![orlerror -screenshot][img3]

[1]: https://toolbox.googleapps.com/apps/dig/

[img1]: /media/loc/en/online/dig.png

[img2]: /media/loc/en/online/orlok.png

[img3]: /media/loc/en/online/orlerror.png


## Related topics

- [Guide to federated sign-in](/en/online/identity/superid/howto/federated-sign-in-guide.md)
- [Sign-in services](/en/online/identity/superid/sign-in-services.md)
- [Federated ID and identity providers](/en/online/identity/federated-id-and-identity-providers.md)
- [Register identity provider (domain name)](/en/online/identity/superid/howto/register-idp.md)
- [Mobile CRM security in SuperOffice CRM Online](/en/mobile/security.md)
- [User accounts and passwords](/en/online/identity/superid/user-accounts-and-passwords.md)
