Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect_uri not retrievable for users #117169

Open
jwillemsen opened this issue May 10, 2024 · 2 comments
Open

redirect_uri not retrievable for users #117169

jwillemsen opened this issue May 10, 2024 · 2 comments

Comments

@jwillemsen
Copy link
Contributor

The problem

As part of application_credentials some integrations use oauth2, for example home connect. As part of the setup process I as user need to enter my redirect_uri at the data provider website, but there is no way for me to easily find the redirect_uri which is send by application_credentials to the server, for oatu2h to work the redirect_uri I configure at the server should match the string send. For example see the documentation of home_connect at https://www.home-assistant.io/integrations/home_connect/, when my home assistant is disabled it says http://192.168.0.2:8123/auth/external/callback, http://homeassistant.local:8123/auth/external/callback, but what does HA send. Maybe add the redirect_uri as display string to the form asking client id/scecret

What version of Home Assistant Core has the issue?

core-2024.5.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

application_credentials

Link to integration documentation on our website

https://www.home-assistant.io/integrations/application_credentials

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (application_credentials) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of application_credentials can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign application_credentials Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


application_credentials documentation
application_credentials source
(message by IssueLinks)

@home-assistant
Copy link

Hey there @DavidMStraub, mind taking a look at this issue as it has been labeled with an integration (home_connect) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of home_connect can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign home_connect Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


home_connect documentation
home_connect source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant