Skip to content

Commit

Permalink
fix outdated link to spring-security. (#888) (#921)
Browse files Browse the repository at this point in the history
Update link to Spring Security OAuth 2.0 Resource Server mentioned in Cloud-IAP documentation.

Co-authored-by: Min Zhu <zhumin@google.com>
  • Loading branch information
elefeint and zhumin8 authored Jan 28, 2022
1 parent 3a9257d commit 8cac2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/security-iap.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:spring-security-ref: https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/
:spring-security-ref: https://docs.spring.io/spring-security/reference/
:spring-security-javadoc: https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/

[#cloud-iap]
== Cloud IAP

https://cloud.google.com/iap/[Cloud Identity-Aware Proxy (IAP)] provides a security layer over applications deployed to Google Cloud.

The IAP starter uses {spring-security-ref}#oauth2resourceserver[Spring Security OAuth 2.0 Resource Server] functionality to automatically extract user identity from the proxy-injected `x-goog-iap-jwt-assertion` HTTP header.
The IAP starter uses {spring-security-ref}servlet/oauth2/resource-server/index.html[Spring Security OAuth 2.0 Resource Server] functionality to automatically extract user identity from the proxy-injected `x-goog-iap-jwt-assertion` HTTP header.

The following claims are validated automatically:

Expand Down

0 comments on commit 8cac2af

Please sign in to comment.