msal-angular with AD FS 2019 #4301
Labels
adfs
Related to ADFS
msal-angular
Related to @azure/msal-angular package
msal-browser
Related to msal-browser package
question
Customer is asking for a clarification, use case or information.
Core Library
MSAL.js v2 (@azure/msal-browser)
Core Library Version
^2.19.0
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
^2.0.5
Description
I'm trying to follow the msal-angular-tutorial to create an angular app which authenticates against an on-premise AD FS 2019 server.
I see that this should be supported, per this pull request, but I can't seem to get it working, and am wondering what I'm doing wrong, or if there is any documentation around AD FS 2019 (vs. Azure-managed authentication).
I'm seeing an issue where when I try to log in, it's attempting to hit login.microsoftonline.com which returns a 400 error.
Here's my MsalModule setup code.
ADFS_2019_ENDPOINT
looks like 'https://staging.mydomain.com/adfs'I would have expected that supplying a URL for the
authority
field would have overridden any references to login.microsoftonline.com, but am I doing something wrong?MSAL Configuration
Relevant Code Snippets
No response
Identity Provider
ADFS
Source
External (Customer)
The text was updated successfully, but these errors were encountered: