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

Improve OAuth2 Client section of docs #35679

Closed
wants to merge 1 commit into from

Conversation

sjohnr
Copy link
Member

@sjohnr sjohnr commented May 30, 2023

With the release Spring Security 6, we should align docs between Spring Boot and Spring Security. This PR includes the following minor changes to the OAuth2 Client section of the docs:

  • Add an OpenID Connect login client example
  • Update redirect-uri examples to match Security docs and not require any customization
  • Update client-authentication-method for Spring Security 6 usage (basic and post matched constants which were deprecated and subsequently removed)
  • Update provider configuration example to align with Spring Authorization Server
  • Format Java DSL according to Spring Security docs
  • Use Kotlin DSL
  • Update redirection endpoint base uri example to use ant pattern

* Add an OpenID Connect login client example
* Update redirect-uri examples to match Security docs and not require
  any customization
* Update client-authentication-method for Spring Security 6 usage
* Update provider configuration example to align with Spring
  Authorization Server
* Format Java DSL according to Spring Security docs
* Use Kotlin DSL
* Update redirection endpoint base uri example to use ant pattern
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 30, 2023
@philwebb philwebb added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels May 31, 2023
@philwebb philwebb added this to the 3.1.x milestone May 31, 2023
@wilkinsona wilkinsona modified the milestones: 3.1.x, 3.0.x May 31, 2023
@mhalbritter mhalbritter self-assigned this Jun 7, 2023
@mhalbritter
Copy link
Contributor

Thank you!

@mhalbritter mhalbritter modified the milestones: 3.0.x, 3.0.8 Jun 7, 2023
mhalbritter pushed a commit that referenced this pull request Jun 7, 2023
* Add an OpenID Connect login client example
* Update redirect-uri examples to match Security docs and not require
  any customization
* Update client-authentication-method for Spring Security 6 usage
* Update provider configuration example to align with Spring
  Authorization Server
* Format Java DSL according to Spring Security docs
* Use Kotlin DSL
* Update redirection endpoint base uri example to use ant pattern

See gh-35679
@sjohnr sjohnr deleted the oauth2-client-docs branch June 7, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants