Open
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-authVersion:
7.1.0`