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

Meteor mobile_config.js file to configure TENANT_ID and CLIENT_ID #92

Open
jdipallo opened this issue Jan 26, 2022 · 1 comment
Open

Comments

@jdipallo
Copy link

Hello:
I am using Meteor JS 2.2. When adding a Cordova plugin, one cannot pass in variables when adding/installing the plugin. Any variables needed such as CLIENT_ID/TENANT_ID go into a file at the root of the project named mobile-config.js. The syntax is this:

App.configurePlugin('cordova-plugin-msal.msalPlugin', {
CLIENT_ID: 'b50e6a4c-a9c9-4668-a49f-16a64f038adc',
TENANT_ID: '36226acb-be98-4ea0-aa7d-700781c294a9'
})

However, in my Xcode project, viewing the config.xml cordova file does not show these settings. I have also tried simply 'msalPlugin' as the name of the plugin.

Any ideas?

Thank you to all

@jdipallo
Copy link
Author

@wrobins - tagging you. Thanks for making this plugin available.

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

1 participant