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
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 473
- PR merge metrics
- No merged PRs in 30d
Description
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`
Contributor guide
Assessment
This issue has not been assessed yet.