Open
Description
Core Library
MSAL.js (@azure/msal-browser)
Wrapper Library
MSAL Angular (@azure/msal-angular)
Public or Confidential Client?
Public
Description
Hi,
We are using the Duende Identity Server framework and have implemented some custom prompt modes. When we were testing the modes with msal.js we discovered that it only allows the prompt values in this const object here:
Would it be possible to expand the list of prompt values available in the prompt validation here in msal-common for the validatePrompt
method? Such as through the discovery document's prompt_values_supported
or when configuring the MSAL client:
Or, if this isn't possible, would it be possible to expand the MSAL client configuration to allow disabling this validation as needed?