I have a free subscription for my mobile app and I want to test the Device Login Flow on Apple TV, but I am unable to enable the ‘Device Code’ grant type for my application. Is there a way to do this?
Hi @bednar,
In your screenshot, there is an error on the top right of the page with the message below:
Error! Application must not have Token Endpoint Authentication Method set to "none" when client_credentials grant type is enabled
I checked your tenant’s application settings and noticed that your Token Endpoint Authentication Method is currently set to none because you are using a native app (public client).
In this case, you will want to select deselect the Client Credentials grant type, which has been grayed out.
To fix this, you will want to change your Application Type to a regular web app (confidential app) momentarily to allow you to deselect the Client Credentials grant type. Once that’s done, you can revert to your native application type.
Reference: Application Credentials
Please let me know how this goes for you.
Thanks,
Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.