We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafeece commit b7fd2afCopy full SHA for b7fd2af
1 file changed
alertaclient/auth/oidc.py
@@ -7,7 +7,7 @@
7
8
def login(client, oidc_auth_url, client_id):
9
xsrf_token = str(uuid4())
10
- redirect_uri = 'http://127.0.0.1:9004'
+ redirect_uri = 'http://localhost:9004' # azure only supports 'localhost'
11
12
url = (
13
'{oidc_auth_url}?'
0 commit comments