chore: house cleaning of the caos name and update sec

This commit is contained in:
Florian Forster 2022-10-14 16:54:04 +02:00
parent 01021e71a0
commit 8a8f3b14a5
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

View file

@ -62,7 +62,7 @@ func main() {
// protected url which needs an active token and checks if the response of the introspect endpoint
// contains a requested claim with the required (string) value
// e.g. /protected/username/livio@caos.ch
// e.g. /protected/username/livio@zitadel.example
router.HandleFunc(protectedClaimURL, func(w http.ResponseWriter, r *http.Request) {
ok, token := checkToken(w, r)
if !ok {