Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Update instructions on app registration #33

Merged
merged 1 commit into from
May 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To get access to Microsoft To Do API you need to register an application in Azur
1. Go to app registrations:<br />
![App registrations](https://share.roland.black/file/black-roland-share/96db74de-fb21-11e9-a480-f81654971495/app-registrations.gif)
1. Register a new personal app and obtain client ID and secret:<br />
![App registration and credentials](https://share.roland.black/file/black-roland-share/272d1efc-fb22-11e9-9aa9-f81654971495/register-app-obtain-creds.gif)
![App registration and credentials](https://share.roland.black/file/black-roland-share/515dfc34-9bbb-11ea-81d7-50eb7157640d/register-app-obtain-creds.gif)
1. Add a redirect URI: `https://[YOUR HOME ASSISTANT URL:PORT]/api/microsoft-todo`, replace `[YOUR HOME ASSISTANT URL:PORT]` with the domain name and port of our Home Assistant instance:<br />
![Redirect URI](https://share.roland.black/file/black-roland-share/d9a41612-fb22-11e9-8f90-f81654971495/redirect-uri.gif)<br />
To be able to authenticate please make sure that [`base_url` option](https://www.home-assistant.io/integrations/http/#base_url) is configured properly and your browser can access the redirect URI (it doesn’t have to be accessible from the Internet, it can be even `localhost`).
Expand Down