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
-
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.