You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Selection of commonly used OpenID Connect providers:
25
25
## Configuration
26
26
27
27
Firstly you need to configure your IdP. Create an OpenID/OAuth2 provider according to the documentation of your provider.
28
-
Note the client id and client secret as you will need it setting up this integration in Home Assistant. Your provider should be configured to have this regex as the callback url: `^(http:\/\/hass\.company\:8123)\/auth\/openid\/callback.*`
28
+
Note the client id and client secret as you will need it setting up this integration in Home Assistant. Your provider should be configured to have this callback URL: `https://YOUR_HOME_ASSISTANT_DOMAIN/auth/openid/callback`.
29
29
30
30
1. Add the following configuration to your `configuration.yaml` file:
0 commit comments