Weimin Yu

Results 2 comments of Weimin Yu

@TimurSadykov We are also seeing the same problem in our Appengine Java app. The details are below: - Service Account S has domain-wide delegation access to our domain as user...

@gaurav517 We ended up using a custom implementation. We started with a copy of ServiceAccountCredentials.java, and only had to make very few changes: https://github.com/google/nomulus/blob/master/core/src/main/java/google/registry/config/DelegatedCredentials.java