Skip to content

Commit

Permalink
Add sha256 fingerprint to the appkom auth0 client (#873)
Browse files Browse the repository at this point in the history
Requested by appkom
  • Loading branch information
henrikskog authored Apr 13, 2024
1 parent 5b85224 commit d72e985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/auth0/appkom.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ resource "auth0_client" "appkom_events_app" {
}

android {
app_package_name = "ntnu.online.app"
sha256_cert_fingerprints = ["30:A2:1D:7D:CA:56:8B:02:AC:E7:9E:D3:ED:E0:D7:6D:A1:D9:A7:FD:B3:A9:3D:8C:1D:B9:73:47:FD:D8:89:DD"]
app_package_name = "ntnu.online.app"
sha256_cert_fingerprints = ["30:A2:1D:7D:CA:56:8B:02:AC:E7:9E:D3:ED:E0:D7:6D:A1:D9:A7:FD:B3:A9:3D:8C:1D:B9:73:47:FD:D8:89:DD", "99:93:D8:4C:81:B9:40:7C:31:4E:B5:5B:8C:9A:03:7D:54:F2:16:2A:27:38:31:C9:32:EC:B8:40:94:49:13:9B"]
}
}
}
Expand Down

0 comments on commit d72e985

Please sign in to comment.