Commit Graph

575 Commits

Author SHA1 Message Date
Joe Grandja
b37d4dd31e Describe error message when redirect_uri contains localhost
Closes gh-680
2022-06-15 17:38:54 -04:00
Joe Grandja
4199ab0172 Unsupported code_challenge_method parameter should return invalid_grant
Issue gh-770
2022-06-15 09:24:42 -04:00
Joe Grandja
7dfdcf3a27 Validate code_challenge_method parameter
Issue gh-756

Closes gh-770
2022-06-15 09:09:05 -04:00
Joe Grandja
0cae3c693e OpenID Provider Configuration response returns introspection_endpoint
Closes gh-779
2022-06-10 12:04:31 -04:00
Gyeongwon, Do
d6ff0f3fc7 Add token revocation endpoint to OIDC Provider Configuration endpoint
Closes gh-687
2022-06-10 11:47:22 -04:00
Joe Grandja
c75b8a1cb9 Build PR with Java 8
Issue gh-761
2022-06-10 10:45:53 -04:00
Steve Riesenberg
77d665fe97 Build with Java 8, 11 or 17
Issue gh-761
2022-06-08 18:08:41 -05:00
Steve Riesenberg
dc79172a4b Downgrade to hsqldb 2.5.2
Closes gh-771
2022-06-08 17:40:56 -05:00
Steve Riesenberg
e204b6bced Downgrade to Java 8
Closes gh-761
2022-06-08 17:40:33 -05:00
Joe Grandja
d46bdfc80b Update link to feature list 2022-05-25 16:24:17 -04:00
Steve Riesenberg
421a9723ea Next Development Version 2022-05-25 10:45:22 -05:00
Steve Riesenberg
d09e5348c4 Release 0.3.0 2022-05-25 10:25:10 -05:00
Steve Riesenberg
5778192cbf Polish How-to Customize UserInfo response
Remove another extraneous numbered callout.

Issue gh-537
2022-05-25 10:23:19 -05:00
Steve Riesenberg
2c1132c6ee Polish How-to Customize UserInfo response
Remove unneeded `issuer()` in `ProviderSettings` (found one more).

Issue gh-537
2022-05-25 10:08:58 -05:00
Steve Riesenberg
991b641189 Polish How-to Customize UserInfo response
Remove unneeded `issuer()` in `ProviderSettings`.

Issue gh-537
2022-05-25 09:58:36 -05:00
Steve Riesenberg
8ee1c3473a Polish How-to Customize UserInfo response
Remove extraneous numbered callout.

Issue gh-537
2022-05-25 09:46:56 -05:00
Steve Riesenberg
d5e822c7d4 Include java sources as resources in asciidoctor task
Issue gh-690
2022-05-25 09:43:33 -05:00
Joe Grandja
a49a5dbcad Polish How-to Customize UserInfo response
Issue gh-537
2022-05-25 09:52:57 -04:00
Joe Grandja
4cf7dd538a Polish "Getting Started" in ref doc
Issue gh-669
2022-05-25 04:47:27 -04:00
Joe Grandja
ca2ffb0756 Remove support for "plain" code_challenge_method parameter
Closes gh-756
2022-05-24 20:25:13 -04:00
Joe Grandja
c4406cda67 Remove temporary HttpSessionSecurityContextRepository
Issue gh-482
2022-05-24 15:56:00 -04:00
Steve Riesenberg
d8421d5e3b Simplify authorization server filter chain in samples
Closes gh-707
2022-05-24 12:15:41 -05:00
Steve Riesenberg
ed786c541c Remove quotes from How-to in ref doc
Issue gh-499
2022-05-24 11:58:08 -05:00
Steve Riesenberg
2fc0c5efb8 Update to Spring Boot 2.7.0 in ref doc examples
Issue gh-749
2022-05-24 11:35:39 -05:00
Steve Riesenberg
7edbe2a30d Polish "How-to: Implement core services with JPA"
Issue gh-545
2022-05-24 11:26:47 -05:00
Steve Riesenberg
5bd2968dac Polish ref doc
Issue gh-499
2022-05-24 11:26:46 -05:00
Joe Grandja
76212f1018 Update to com.squareup.okhttp3:4.9.3
Closes gh-755
2022-05-24 10:20:53 -04:00
Joe Grandja
90e09594d7 Update to mockito-core:4.5.1
Closes gh-754
2022-05-24 10:20:39 -04:00
Joe Grandja
7be02ceda0 Update to nimbus-jose-jwt:9.22
Closes gh-753
2022-05-24 10:20:23 -04:00
Joe Grandja
4defb0ef87 Update to jackson-bom:2.13.3
Closes gh-752
2022-05-24 10:20:11 -04:00
Joe Grandja
8a18f20ba8 Update snapshot_tests to use Spring Security 5.7.+
Issue gh-751
2022-05-24 10:19:52 -04:00
Joe Grandja
8a9ce86710 Update to Spring Security 5.7.1
Closes gh-751
2022-05-24 10:19:37 -04:00
Joe Grandja
c2ba98ee7d Update to Spring Framework 5.3.20
Closes gh-750
2022-05-24 10:19:16 -04:00
Joe Grandja
c4a5015f8b Update to Spring Boot 2.7.0
Closes gh-749
2022-05-24 10:18:22 -04:00
Joe Grandja
bb1bd6b0b8 Reorganize the feature list in ref doc
Closes gh-708
2022-05-24 07:32:33 -04:00
Joe Grandja
6bec78cf6b Polish Protocol Endpoints in ref doc
Issue gh-672
2022-05-23 16:11:37 -04:00
Steve Riesenberg
51d00742f3 Polish tests using AuthorizationCodeGrantFlow 2022-05-19 12:29:37 -05:00
Steve Riesenberg
9171006952 Add "How-to: Customize the OpenID Connect 1.0 UserInfo response"
Closes gh-537
2022-05-19 12:29:37 -05:00
Steve Riesenberg
ecda4e0a15 Polish section id prefixes in docs
See https://github.com/spring-projects/spring-authorization-server/pull/736#discussion_r869493261

Issue gh-667
Issue gh-668
Issue gh-545
2022-05-18 23:20:14 -05:00
Steve Riesenberg
14cedd7895 Add Client Registration Endpoint in ref doc
Closes gh-672
2022-05-18 17:08:40 -05:00
Steve Riesenberg
4443312739 Add UserInfo Endpoint in ref doc
Issue gh-672
2022-05-18 17:08:28 -05:00
Steve Riesenberg
eb0ac3fa16 Add Provider Configuration Endpoint in ref doc
Issue gh-672
2022-05-18 17:08:28 -05:00
Steve Riesenberg
170159cc2c Add JWK Set Endpoint in ref doc
Issue gh-672
2022-05-18 17:07:24 -05:00
Steve Riesenberg
4c54c5976f Add OAuthorization Server Metadata Endpoint in ref doc
Issue gh-672
2022-05-18 17:07:23 -05:00
Steve Riesenberg
e687970f2b Add Token Revocation Endpoint in ref doc
Issue gh-672
2022-05-18 17:07:23 -05:00
Steve Riesenberg
8bc7b77ed7 Add Token Introspection Endpoint in ref doc
Issue gh-672
2022-05-18 17:07:23 -05:00
Steve Riesenberg
1a115793ac Add copyright notice to index footer of docs
Closes gh-742
2022-05-17 12:48:59 -05:00
Joe Grandja
fc05e22bce Add Authorization and Token endpoint in ref doc
Issue gh-672
2022-05-11 14:33:19 -04:00
Joe Grandja
9d744045ce Add Configuration Model in ref doc
Closes gh-670
2022-05-11 09:30:54 -04:00
邓超
abd376ef1e Fix typo in CONTRIBUTING.adoc 2022-05-06 14:47:55 -05:00