Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add App Identity example to assert identity to Google APIs. #50

Merged
merged 3 commits into from
Jan 8, 2016

Commits on Jan 5, 2016

  1. Add App Identity example to assert identity to Google APIs.

    This sample is copied almost exactly from
    https://cloud.google.com/appengine/docs/java/appidentity/#asserting_identity_to_google_apis
    
    I also add a servlet for the sample code so that it can be more easily
    demonstrated and manually tested.
    tswast committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    8d133db View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Removed pointless try/catch from App Identity sample.

    Also, fixes typo (two spaces by Bearer).
    tswast committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    d289deb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Fix App Identity sample HTML to match Google Style.

    Google style expects valid HTML, so I added the missing title and
    character encoding tags. Also, attributes should use double quotes, not
    single quotes.
    
    https://google.github.io/styleguide/htmlcssguide.xml
    tswast committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    4fc5990 View commit details
    Browse the repository at this point in the history