Third Party Authorization

Hi,

I’m having trouble with completing an oauth2 simple flow with a third party application. I’m using this sample to auth0-nextjs-samples/Sample-01 at main · auth0-samples/auth0-nextjs-samples · GitHub to perform a simple oauth2 flow.

When I use a first party application (id = Uwjmtz9FhO8srv5W2SkuEiValx8lnvkE) everything works like a charm, but when I’m using a 3rd party app (id = 5OaJ1pnnjXW8uVyDfy6mseRBBHUJKNnC) it gives me an error access_denied (The correct application_type is missed)

Any help will be highly appreciated.

Greg

Check your tenant logs for additional info, maybe this is coming from a rule or action?

John

Thanks John, I wasn’t aware of the logs section. Anyway, after creating a new 3rd party app in a different tenant, it worked like a charm