Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin does not trigger brokered authentication #77

Open
ryandegruyter opened this issue Mar 22, 2021 · 6 comments
Open

Plugin does not trigger brokered authentication #77

ryandegruyter opened this issue Mar 22, 2021 · 6 comments

Comments

@ryandegruyter
Copy link

Hello, thanks for the great plugin, but for some reason it does not redirect to Microsoft authenticator or company portal to log the user in, any idea why?

export const environment: FCSMEnvironment = {
  ...
  msal: {
    authorities: [
      {
        type: 'AAD',
        audience: 'AzureADMyOrg',
        authorityUrl: 'https://login.microsoftonline.com/xxx.onmicrosoft.com',
        default: true
      }
    ],
    authorizationUserAgent: 'DEFAULT',
    multipleCloudsSupported: false,
    brokerRedirectUri: true,
    accountMode: 'SINGLE',
    scopes: ['xxx-xx-42bb-b5a6-xx/.default']
  },
  ...
};

I followed the iOS setup guide step by step. (https://github.com/AzureAD/microsoft-authentication-library-for-objc#adding-msal-to-your-project)

@marutifh
Copy link

Hi @ryandegruyter

I am running into similar issue, did you find any alternative to have broker authentication?

@ryandegruyter
Copy link
Author

ryandegruyter commented Jun 16, 2021

Hi @marutifh I haven't found a solution as of yet. I will let you know when I do.

@aaayush007
Copy link

Hi @ryandegruyter , did you found out any solution on this, if yes please let me know.
I'm also stuck on this. Thanks in Advance !

@trpraveenreddy
Copy link

Hi @ryandegruyter Did you find any solution for this? We are running into similar issue?

@jeffortdev
Copy link

@ryandegruyter
Copy link
Author

Integrating the SDK instead of using the wrapper did help.
Eventually, we decided to go for https://ionic.io/integrations/microsoft-intune plugin, for the support and we don't want to be bothered by platform updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants