diff --git a/appSec/main.go b/appSec/main.go
index 1534418c150b3b59753c847ece70da08b8c2a913..7c22a7ef07ccad3acfc826e01659a016c3af18fc 100644
--- a/appSec/main.go
+++ b/appSec/main.go
@@ -134,7 +134,7 @@ func deleteTeacher(c *gin.Context) {
 
 var toValidate = map[string]string{
 	"aud": "api://default",
-	"cid": os.Getenv("0oa2v5g9mlEE1V4Gp5d7"),
+	"cid": os.Getenv("OKTA_CLIENT_ID"),
 }
 
 func verify(c *gin.Context) bool {