Which version of MSAL 4J are you using?
1.14.3
Note that to get help, you need to run the latest version.
Repro
AuthorizationRequestUrlParameters parameters = AuthorizationRequestUrlParameters
.builder(Config.REDIRECT_URI , Collections.singleton(Config.SCOPES)).responseMode(ResponseMode.QUERY)
.prompt(Prompt.SELECT_ACCOUNT).state(state).nonce(nonce).extraQueryParameters(parametersMap).build();
Expected behavior
REDIRECT_URI should accept query params.
Actual behavior
REDIRECT_URI doesn't query params.
Possible solution
Please provide a fix for accepting query params.
Additional context / logs / screenshots / links to code
Add any other context about the problem here, such as logs and screenshots or links to code.
Which version of MSAL 4J are you using?
1.14.3
Note that to get help, you need to run the latest version.
Repro
Expected behavior
REDIRECT_URI should accept query params.
Actual behavior
REDIRECT_URI doesn't query params.
Possible solution
Please provide a fix for accepting query params.
Additional context / logs / screenshots / links to code
Add any other context about the problem here, such as logs and screenshots or links to code.