Spring Boot 2.0.0.M4 Reference Guide
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or security.oauth2.resource.jwk.key-set-uri, the authorization server needs to be running when your application starts up. It will0 码力 | 583 页 | 501.03 KB | 1 年前3Spring Boot 1.5.x-SNAPSHOT Reference Documentation
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or `security.oauth2.resource.jwk.key-set-uri, ` the authorization server needs to be running when your application starts up. It will0 码力 | 616 页 | 539.69 KB | 1 年前3Spring Boot 1.5.22.RELEASE Reference Documentation
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or `security.oauth2.resource.jwk.key-set-uri, ` the authorization server needs to be running when your application starts up. It will0 码力 | 615 页 | 539.39 KB | 1 年前3Spring Boot 1.5.21.RELEASE Reference Documentation
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or `security.oauth2.resource.jwk.key-set-uri, ` the authorization server needs to be running when your application starts up. It will0 码力 | 615 页 | 539.46 KB | 1 年前3Spring Boot 1.5.8.RELEASE Reference Guide
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or `security.oauth2.resource.jwk.key-set-uri, ` the authorization server needs to be running when your application starts up. It will0 码力 | 604 页 | 532.58 KB | 1 年前3Spring Boot 1.5.19.RELEASE Reference Guide
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or `security.oauth2.resource.jwk.key-set-uri, ` the authorization server needs to be running when your application starts up. It will0 码力 | 615 页 | 539.54 KB | 1 年前3Spring Boot 1.5.17.RELEASE Reference Guide
an endpoint that returns a set of JSON Web Keys(JWKs), you can configure security.oauth2.resource.jwk.key-set- uri. E.g. on PWS: $ curl https://uaa.run.pivotal.io/token_keys {"keys":[{"kid":"key-1","alg":"RS256" Configuring both JWT and JWK properties will cause an error. Only one of security.oauth2.resource.jwt.key-uri (or security.oauth2.resource.jwt.key-value) and security.oauth2.resource.jwk.key-set-uri should be configured. Warning If you use the security.oauth2.resource.jwt.key-uri or `security.oauth2.resource.jwk.key-set-uri, ` the authorization server needs to be running when your application starts up. It will0 码力 | 615 页 | 539.38 KB | 1 年前3Spring Boot 2.1.0.M2 Reference Guide
user-info- uri=http://my-auth-server/userinfo spring.security.oauth2.client.provider.my-oauth-provider.jwk-set- uri=http://my-auth-server/token_keys spring.security.oauth2.client.provider.my-oauth-provider can set up an OAuth2 Resource Server as long as a JWK Set URI is specified, as shown in the following example: spring.security.oauth2.resource.jwt.jwk.set- uri=https://example.com/oauth2/default/v1/keys SECURITY OAUTH2 RESOURCE SERVER (OAuth2ResourceServerProperties) spring.security.oauth2.resource.jwt.jwk.set-uri= # JSON Web Key URI to use to verify the JWT token. # ----------------------------------------0 码力 | 668 页 | 634.21 KB | 1 年前3Spring Boot 2.1.10.RELEASE Reference Documentation
my-oauth-provider.user-info- authentication-method=header spring.security.oauth2.client.provider.my-oauth-provider.jwk-set- uri=http://my-auth-server/token_keys spring.security.oauth2.client.provider.my-oauth-provider OAuth2 Resource Server as long as a JWK Set URI or OIDC Issuer URI is specified, as shown in the following examples: spring.security.oauth2.resourceserver.jwt.jwk-set- uri=https://example.com/oauth2/default/v1/keys OAUTH2 RESOURCE SERVER (OAuth2ResourceServerProperties) spring.security.oauth2.resourceserver.jwt.jwk-set-uri= # JSON Web Key URI to use to verify the JWT token. spring.security.oauth2.resourceserver0 码力 | 708 页 | 660.77 KB | 1 年前3Spring Boot 2.1.0.RELEASE Reference Documentation
my-oauth-provider.user-info- authentication-method=header spring.security.oauth2.client.provider.my-oauth-provider.jwk-set- uri=http://my-auth-server/token_keys spring.security.oauth2.client.provider.my-oauth-provider OAuth2 Resource Server as long as a JWK Set URI or OIDC Issuer URI is specified, as shown in the following examples: spring.security.oauth2.resourceserver.jwt.jwk-set- uri=https://example.com/oauth2/default/v1/keys OAUTH2 RESOURCE SERVER (OAuth2ResourceServerProperties) spring.security.oauth2.resourceserver.jwt.jwk-set-uri= # JSON Web Key URI to use to verify the JWT token. spring.security.oauth2.resourceserver0 码力 | 691 页 | 654.55 KB | 1 年前3
共 27 条
- 1
- 2
- 3