Connecting to PowerApps with Swagger
I've downloaded the Swagger file for administrative access and imported into PowerApps in an attempt to create a custom connector. It asks for several fields (see screen shot in attached file).
I'm not clear on two of the fields to fill in.
For Authorization URL, it is showing a default of:
https://YOUR_ORGANIZATION.wildapricot.com/sys/login/OAuthLogin
I'm not sure what I should replace YOUR_ORGANIZATION with.
It is also requesting a Refresh URL and I don't know what to put in there.
Any help would be appreciated. A documented PowerApps connector would be of general use to the WA community and I'd be happy to document the process if I can get it working.
- gurujeet
![](https://secure.gravatar.com/avatar/3e23f988894aa8e429ca2b19e39b0ad7?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Nick Mossing commented
Gurujeet - did you get the customer connector working with PowerApps? If so, can you share?
-
Andy commented
Gurujeet, we noticed a need to change the initial OAuth to .org.
e.g. https://nationalgocenter.wildapricot.org/sys/login/OAuthLogin
We have since authenticated and are now getting results.
-
Refresh token URL https://oauth.wildapricot.org/auth/token
-
Gurujeet Khalsa commented
I tried putting in 'nationalgocenter' for YOUR_ORGANIZATION -
https://nationalgocenter.wildapricot.com/sys/login/OAuthLoginand https://oauth.wildapricot.org
for Refresh URL, but that does not work. Are those the correct entries?
-
Replace YOUR_ORGANIZATION with a part of your domain name.
As refresh token URL use same one as for access token retrieval.