FormidableLabs / FormidableLabs/react-native-app-auth
Inconsistent behavior when using additionalParameters
Open
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 473
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
If I specify an additional parameter via `additionalParameters` on `iOS`, it is not passed to the `tokenEndpoint`.
However, for `android` the additional parameter is used for both the `authorizationEndpoint` and the `tokenEndpoint`.
I would expect the behavior to be identical on both platforms.
Furthermore, it would be great if additional parameters could be defined for both requests.
---
## Environment
* **Your Identity Provider**: `pCon.login`
* **Platform that you're experiencing the issue on**: `iOS`
* **Are you using Expo?**: `no`
Contributor guide
Assessment
This issue has not been assessed yet.