Azure-Samples / Azure-Samples/ms-identity-msal-java-samples

Unable to send query params in OIDC redirect

Open
#68 1 comment 0 reactions 0 assignees View on GitHub
untriaged
Dominant language
Java
Stars
79
Forks
82
PR merge metrics
No merged PRs in 30d

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**

```java
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.