Title pretty much says it all. I am trying to create a Custom API for PowerApps and I get a "No matching identity provider found" error after uploading my swagger file. I have the following security definition in my swagger file:
"securityDefinitions": { "particle_auth": { "type": "oauth2", "authorizationUrl": "api.particle.io/.../authorize", "tokenUrl": "api.particle.io/.../token", "flow": "accessCode", "scopes": { "basic": "basic account access" } } }
What's going on? Do I need to whitelist the Particle provider somehow?
