mirror of https://github.com/docker/docs.git
Add Azure troubleshooting tip to SSO IdP FAQ page (#18057)
* add azure faq * fix typo in faqs
This commit is contained in:
parent
9682f0b3cf
commit
1884e2b444
|
@ -4,7 +4,7 @@ keywords: Docker, Docker Hub, SSO FAQs, single sign-on
|
||||||
title: Domains
|
title: Domains
|
||||||
---
|
---
|
||||||
|
|
||||||
### Can i add sub-domains?
|
### Can I add sub-domains?
|
||||||
|
|
||||||
Yes, you can add sub-domains to your SSO , however all email addresses should also be on that domain. Verify that your DNS provider supports multiple txt fields for the same domain.
|
Yes, you can add sub-domains to your SSO , however all email addresses should also be on that domain. Verify that your DNS provider supports multiple txt fields for the same domain.
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,10 @@ We currently do not have any plans to enable IdP initiated logins.
|
||||||
|
|
||||||
Yes, bot accounts needs a seat, similar to a regular end user, having a non-aliased domain email enabled in the IdP and using a seat in Hub.
|
Yes, bot accounts needs a seat, similar to a regular end user, having a non-aliased domain email enabled in the IdP and using a seat in Hub.
|
||||||
|
|
||||||
### Is it possible to connect Docker Hub directly with a Microsoft Azure Active Directory Group?
|
### Is it possible to connect Docker Hub directly with a Microsoft Azure Active Directory (AD) Group?
|
||||||
|
|
||||||
Yes, Azure AD is supported with SSO for Docker Business, both through a direct integration and through SAML.
|
Yes, Azure AD is supported with SSO for Docker Business, both through a direct integration and through SAML.
|
||||||
|
|
||||||
|
### My SSO connection with Azure AD isn't working and I receive an error that the application is misconfigured. How can I troubleshoot this?
|
||||||
|
|
||||||
|
Confirm that you've configured the necessary API permissions in Azure AD for your SSO connection. You need to grant admin consent within your Azure AD tenant. See [Azure AD documentation](https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/grant-admin-consent?pivots=portal#grant-admin-consent-in-app-registrations).
|
||||||
|
|
Loading…
Reference in New Issue