ADFS 4.0 JavaScript problem
See original GitHub issueHi everyone.
I am trying to get aws-adfs working agains an ADFS 4.0. I keep getting this:
<div id="noScript" style="position:static; width:100%; height:100%; z-index:100">
<h1>JavaScript required</h1>
<p>JavaScript is required. This web browser does not support JavaScript or JavaScript in this web browser is not enabled.</p>
<p>To find out if your web browser supports JavaScript or to enable JavaScript, see web browser help.</p>
</div>
I saw that the ADFS IdP is returning mixed html+js so, the assertion can´t be made.
Anyone with a similar problem ?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
ADFS 4.0, Adal JS - No claims - TechNet
The problem: we do not get any non-standard claims (e.g. email) in the response. Some sources states that the implicit flow will never...
Read more >HTML page authentication using identity ADFS URL in javascript
I want to authenticate customer report page html page before accessing it. Page should be accessible to only those user who are authorized...
Read more >SSO not working through Chrome and ADFS
If you have SSO setup through ADFS server and having issues with Google Chrome passing the authentication all the way through. The redirect...
Read more >Configure Auto-Populating User ID on AD FS Login Page for ...
UCCE SSO login-flow and AD FS ... Familiarity with JavaScript (JS) ... In case of issues, the web browser Developer Tools are used...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi! as @BrewToR said, it was not a javascript problem. We did a fresh install of ADFS and start working. Unfortunately, despite 18 hours of comparison, I couldnt get which config difference it was causing the problem.
Hi there I have exactly the same issue : “Javascript is required”
ADFS 4.0 too
It would be great if someone could help thank you !
EDIT : It’s not about Javascript. This message is in the page but shown only if javascript is not supported We fix the issue. After take a look on ADFS logs, the message was explicit
Microsoft.IdentityServer.Web.WebConfigurationException: No style sheet is configured in the active theme for default locale [en-GB/2057].
After fixing the locale on ADFS side, everything works perfectlyHope it’s help