You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: