Skip to content

Commit 62b57ea

Browse files
authored
Update expected issuer in JWT verification (#178)
1 parent 0909def commit 62b57ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cwms_batch_events/core/auth/user

cwms_batch_events/core/auth/user/jwt.py

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

1717
ISSUER = {
1818
"PROD": "https://identity.sec.usace.army.mil/auth/realms/cwbi",
19-
"TEST": "https://identity-test.cwbi.us/auth/realms/cwbi",
19+
"TEST": "https://identity-test.cwbi.mil/auth/realms/cwbi",
2020
}
2121

2222

0 commit comments

Comments
 (0)