FormidableLabs / FormidableLabs/react-native-app-auth
error code "token_exchange_failed."
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 2.3k
- Forks
- 473
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Issue
Getting network error after successfully login. This is my config.
const config = {
issuer: 'http://localhost:9080/auth/realms/jhipster',
clientId: 'web_app',
redirectUrl: 'com.authproject.auth:/oauth2callback',
scope: ['openid', 'nst-eid-oid', 'nst-email', 'nst-profile', 'nst-cloudid-authentication-method']
};
Please help me to resolve this issue.
---
## Environment
I am using [Keycloak](http://www.keycloak.org/)
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.