OAuth frustration

Is anyone else currently seeing an issue with OAuth authentication where, after logging in, instead of seeing the SmartApp configuration screen where you select which devices to authorize, I’m seeing this:

Any ideas on what could be going on?

Seems to be working fine for me with SharpTools on Android and also with Postman (for testing) on the computer.

1 Like

That behavior would result if there is a problem with the client_id / application_id or similar, I think.

You’re hitting a request for authentication (i.e., login), but SmartThings isn’t finding the SmartApp you’re trying to authenticate…

That’s what I thought it might be too. Something strange must be happening with caching or something… Working on migrating rules from one SmartApp to another and it is proving to be more difficult than originally planned :frowning:

2 Likes