twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
72 stars 7 forks source link

Application Registration Client Type #955

Open chticer opened 1 month ago

chticer commented 1 month ago

Brief description

This issue is related to the client type confidential and public radio buttons when registering an application. The default option is confidential. If a user changes the option to public but then changes back to confidential before registering an application, the application will have the public client type instead of the confidential client type.

How to reproduce

  1. Visit the Twitch Developers console dashboard page.
  2. Click the Register Your Application button.
  3. Fill out the Name, OAuth Redirect URLs, and Category fields.
  4. Under the Client Type field, Confidential should be selected by default. Change to Public then change to Confidential.
  5. Click the Create button.
  6. Visit the Twitch Developers console dashboard page.
  7. Click the Manage button next to the newly created application.
  8. The option Public under the Client Type field will be selected instead of Confidential.

Expected behavior

The option Confidential under the Client Type field when managing the application should be selected if the user selected the Confidential option when registering the application.

Screenshots

msedge_CEkwIbe4A3 msedge_UoWkGVjW56 msedge_ldW6Z4B7xu

Additional context or questions