Skip to content

Commit b7fd2af

Browse files
committed
Use localhost instead of 127.0.0.1
1 parent aafeece commit b7fd2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alertaclient/auth/oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def login(client, oidc_auth_url, client_id):
99
xsrf_token = str(uuid4())
10-
redirect_uri = 'http://127.0.0.1:9004'
10+
redirect_uri = 'http://localhost:9004' # azure only supports 'localhost'
1111

1212
url = (
1313
'{oidc_auth_url}?'

0 commit comments

Comments
 (0)