microsoft-authentication-library-for-js icon indicating copy to clipboard operation
microsoft-authentication-library-for-js copied to clipboard

Update MSAL.js ADFS documentation to describe requirement for Cross Origin Resource Sharing (CORS) headers

Open billvolt opened this issue 1 year ago • 2 comments

MSAL.js requires CORS. AAD provides CORS headers, but ADFS 2019 does not do so by default. Describe CORS requirement for use with ADFS.

billvolt avatar Aug 06 '24 20:08 billvolt

Corrected grammar: directly connection -> directly connecting

Added protocolMode property must be set to "OIDC".

billvolt avatar Aug 06 '24 21:08 billvolt

Reminder: This PR appears to be stale. If this PR is still a work in progress please mark as draft.