FormidableLabs / FormidableLabs/react-native-app-auth
Access token for B2C Authentication , I will check JWT.io , it shows invalid signature
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 473
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
const configB2C = {
issuer: IssuerURL,
clientId: Client ID,
redirectUrl: packagename://packagename/Platform.OS/callback/,
scopes: [ ‘openid’, ’https://applicationURI/webrole.read'],
iosPrefersEphemeralSession: true,
additionalParameters: {ui_locales: "en-US"},
};
Using this package “ react-native-app-auth”, get access token for react-native. But, I get invalid signature for this retrieved access-token. How to resolve this issue. I need to change any configuration from azure or my config request side, Anyone face this kind of issue. Please reply,
---
## Environment
Both Android and iOS in React-Native
Contributor guide
Assessment
This issue has not been assessed yet.