
CraigM.13454 (Customer) asked a question.
I needed AAD joined machine to allow windows login with OKTA as the credential service provider (CSP).

We use cookies to provide the best website experience and to help understand marketing efforts. We may also share data with ad partners to reach potential customers across the web. To learn more, visit our Privacy Policy. Click here for Your Privacy Choices. You may also opt out of this sharing by signaling your preference via GPC, applicable only to the browser signaling the opt-out.
More information
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Select All

We use cookies to provide the best website experience and to help understand marketing efforts. We may also share data with ad partners to reach potential customers across the web. To learn more, visit our Privacy Policy. Click here for Your Privacy Choices. You may also opt out of this sharing by signaling your preference via GPC, applicable only to the browser signaling the opt-out.
More information
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Select All
May Okta Community Buzz
Stay ahead of the curve with Okta for AI Agents, new Okta Learning live sessions and labs, shout-outs, and top trending topics—all aimed at enriching your Okta journey.
Assumptions:
Assuming you have AAD setup properly and licensed properly. Machine is joined to AAD but you cannot login to Windows 10 with OKTA credentials.
Fix: You must enable OKTA as a CSP and whitelist the OKTA URLs (very important and what caused me headaches).
In Azure Endpoint Manager:
Devices>Windows>Configurations Profiles
Create new Profile
Platform: Windows 10 and Later
Profile Type: Template
Template Name: Custom
Name: Whatever you want called mine "Windows 10 Enable Web Login"
Configuration settings: (OMA-URI Settings)
ADD:
Name: Web Sign-In
OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Authentication/EnableWebSignIn
Data type: Integer
Value: 1
Name: Prefered Azure Ad Tenant
OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Authentication/PreferredAadTenantDomainName
Data type: String
Value: {Azure custom domain} example: example.com (If you have a custom domain in Azure)
Name: Web Sign In Allowed URLs
OMA-URI: ./Vendor/MSFT/Policy/Config/Authentication/ConfigureWebSignInAllowedUrls
Data type: String
Value: login.microsoft.com;login.okta.com;{custom domain for OKTA aka cname}
*Caveat here I am still testing Smartcard login it is not functioning at the moment, it maybe URI issue*
Next
Assignments:
You will want to create a group and add the AAD joined computer to it so it will get this policy.
Applicability Rules:
This is up to you how and if you want it filtered.
Next
Create
References:
https://docs.microsoft.com/en-us/mem/intune/configuration/custom-settings-windows-10
https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-authentication
https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-feature-pin-reset#configure-web-sign-in-allowed-urls-for-third-party-identity-providers-on-azure-ad-joined-devices
Errors:
Web signin error: We Can't open that page right now. For security reasons, you'll need to visit the page from a browser or different device.....
"ConfigureWebSignInAllowedUrls" above now needs to be configured per the below CVE
> https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-27092
FYI does look like you can use Type: Settings Catalog (Preview) instead of Custom for two out of the three settings. I have not found ConfigureWebSignInAllowedUrls in there yet.
Setting Picker: Authentication