Skip to content

Commit 7c81ca1

Browse files
author
Simon Zeltser
authored
Fixing jwt uri (#1139)
This is an old sample that used deprecated **robot** instead of **service_accounts** as part of the URI
1 parent ea2a69c commit 7c81ca1

File tree

1 file changed

+1
-1
lines changed
  • appengine-java8/endpoints-v2-backend/src/main/java/com/example/echo

1 file changed

+1
-1
lines changed

appengine-java8/endpoints-v2-backend/src/main/java/com/example/echo/Echo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
name = "firebase",
4848
issuer = "https://securetoken.google.com/YOUR-PROJECT-ID",
4949
jwksUri =
50-
"https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system"
50+
"https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system"
5151
+ ".gserviceaccount.com"
5252
)
5353
}

0 commit comments

Comments
 (0)