Configure max query string length
Open
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The current SPA is authenticating against Azure B2C using a OAUTH auth code flow. The SPA is hosted on a Azure static web app.
When the SPA is redirected to the Redirect URI it throws an exception with a not found error.
The problem is that B2C generates a very long auth code which is set in the redirect uri query string (more than 4096).
Is there some way to increase this max length in Azure static web apps? Or some workaround for this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.