Google Assistant Manual Update - What Token URL?

The GA migration instructions don’t quite match current reality, so I would sure appreciate some clarification. Here’s what I see on my existing Actions on Google console configuration:

The instructions say the following:

In the Client information section:

  • Change Client ID to https://oauth-redirect.googleusercontent.com/ , the trailing slash is important.
  • Input any string you like into Client Secret , Home Assistant doesn’t need this field.
  • Change Authorization URL to https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize (replace with your actual URL).
  • Change Token URL to https://[YOUR HOME ASSISTANT URL:PORT]/auth/token (replace with your actual URL).

The problem is, there is no Token URL field. How am I missing this? Do the instructions need to be updated?

Based on your screenshot, looks like you’re missing the step before Client Information that has you change from Implicit to Authorization Code in the linking type.

1 Like

That was indeed my problem Brett - thanks so much for pointing out the source of my confusion! I had thought “Implicit” was the section title and “Authorization Code” the value already selected. Sure silly of me to not realize these were both selectable/mutually exclusive options.