Skip to content

Unable to send query params in OIDC redirect #68

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions