Added cognito authentication - Fix 6
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m32s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m32s
This commit is contained in:
@@ -125,8 +125,8 @@ class IptvUpdaterStack(Stack):
|
|||||||
scopes=[cognito.OAuthScope.OPENID],
|
scopes=[cognito.OAuthScope.OPENID],
|
||||||
callback_urls=[
|
callback_urls=[
|
||||||
"http://localhost:8000/auth/callback", # For local testing
|
"http://localhost:8000/auth/callback", # For local testing
|
||||||
"http://*.amazonaws.com/auth/callback", # EC2 public DNS
|
"https://*.amazonaws.com/auth/callback", # EC2 public DNS
|
||||||
"http://*.compute.amazonaws.com/auth/callback" # EC2 full domain
|
"https://*.compute.amazonaws.com/auth/callback" # EC2 full domain
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user