Skip to content

When executes authorize function it get stuck after gets open in browser with no further procedure with no error and no response #932

Open
@RitulPatil

Description

@RitulPatil

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-more-infoThis issue may not have sufficient information for a contributor to take action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions