Certificate-based authentication on Google App Engine -



Certificate-based authentication on Google App Engine -

i'm writing j2se client google app engine application communicates gae via rest. i'm using restlet rest handling. client running on remote server.

now have doubts authentication implementation; oauth2 seems not selection because there's no user available on remote server side oauth2 challenge. book restlet in action mentions certificate-based authentication. solution needs trust store on server.

is certificate-based authentication possible on google app engine? trust store available ssl communication, possible utilize certificate-based authentication

google-app-engine authentication digital-certificate client-certificates

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -