Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

GetAccountsAsync is returning o accounts and AcquireTokenSilent is not returning token. #177

@kiranbasvaraj

Description

@kiranbasvaraj

We have two Xamarin Forms projects example App1 and App2.
1.In App1 a user is logged in using [email protected].
2.In App2 we are implementing single sign-on(SSO) and we are using same ClientId,Keychain,AuthoritySignIn,RedriectURL,Extraparm in PublicClientApplicationBuilder builder method which were used in App1 aslo.
Issue: in App 2 GetAccountsAsync is returning o accounts and AcquireTokenSilent is not returning token.

Expected behavior: in App 2 GetAccountsAsync should return the account that was signed in App1 and AcquireTokenSilent should return the token.

NOTE:
In the IOS app, this is working as expected in the simulator but failing in a real physical device
In android, both are not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions