FormidableLabs / FormidableLabs/react-native-app-auth
When executes authorize function it get stuck after gets open in browser with no further procedure with no error and no response
- Lenguaje dominante
- Java
- Estrellas
- 2.3k
- Forks
- 473
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Getting stuck once open in web with no response
I have implemented as follows:
const config:any = {
issuer: '************',
clientId: '*********',
redirectUrl: '************',
scopes: ['openid'],
clientAuthMethod :'basic' ,
// iosPrefersEphemeralSession: true,
// androidTrustedWebActivity: true
};
and using it in function
const azureAdLogin = async () => {
try {
const result = await authorize(config);
console.log('azureAdLogin result=', result);
} catch (error: any) {
console.log("error=", error);
}
}
---
## Environment
experiencing the issue on: both`
react-native` Version: ` 0.72.7`
react-native-app-auth` Version: `7.1.0`
Guía de contribución
Línea de trabajo
Empieza reproduciendo la llamada authorize(config) con el entorno indicado de React Native 0.72.7 y react-native-app-auth 7.1.0 en ambas plataformas. Revisa los valores proporcionados de issuer, clientId, redirectUrl, scopes y clientAuthMethod junto con el comportamiento del navegador y del callback; el issue se resuelve cuando la autorización devuelve un resultado o informa de un error en lugar de quedarse atascada.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, react-native
- Área
- authentication, mobile
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100