Commit Graph

  • a64a694c60 Indent testing subsections in nav.adoc Rob Winch 2021-08-09 15:03:43 -05:00
  • 32331185dc Fix local anchor Rob Winch 2021-07-30 17:06:45 -05:00
  • 29a7669101 rg "xref:\S+?#\S+\[\]" docs/modules -l -g "*.adoc" | while read adoc_file_to_replace; do echo "Replacing $adoc_file_to_replace" for id_file in build/ids/*.id; do id=$(basename $id_file | sed 's/\.id$//') xref_page=$(cat $id_file) if [[ "$adoc_file_to_replace" -ef "./docs/modules/ROOT/pages/$xref_page" ]] then echo " - Skipping same page refid $id " else text_file=$(echo $id_file | sed 's/\.id$/.text/') default_text=$(cat $text_file) sed -i -E "s%xref:${xref_page}#${id}\[\]%xref:${xref_page}#${id}[$default_text]%g" $adoc_file_to_replace fi done done Rob Winch 2021-07-30 17:02:44 -05:00
  • 1f90df6a14 mkdir -p build/ids find -name "*.adoc" | xargs -I{file} awk -v file={file} '/\[\[/ { gsub("\[|\]", ""); id=$0; gsub("./docs/modules/ROOT/pages/", "", file); gsub("\[|\]", ""); id=$0;getline;text=$0; sub("^=+ ","", text); print file > "build/ids/"id".id"; print text > "build/ids/"id".text" }' {file} Rob Winch 2021-07-30 16:56:54 -05:00
  • d2affef356 Fix images Rob Winch 2021-07-30 15:07:36 -05:00
  • f5274926cf Fix up reactive/oauth2/index.adoc links Rob Winch 2021-07-30 12:15:27 -05:00
  • 88ac7a5d2e Fixup servlet/authentication/architecture/index.adoc Rob Winch 2021-07-30 11:54:39 -05:00
  • b8a362a60f Remove include servlet/saml2/index.adoc Rob Winch 2021-07-30 13:52:15 -05:00
  • c3dfb1711d Remove includes Rob Winch 2021-07-29 17:12:34 -05:00
  • 59e7a10732 Add dispatch Rob Winch 2021-07-27 13:02:21 -05:00
  • f01a13aa52 Antora Rob Winch 2021-07-26 15:48:55 -05:00
  • dbe2ef8758 Fix typo heowc 2021-09-16 23:26:18 +09:00
  • 31cc0b856e Fix typo heowc 2021-09-16 23:26:18 +09:00
  • 02060015a5 Fix typo heowc 2021-09-16 23:26:18 +09:00
  • c9917b3cd0 Fix typo heowc 2021-09-16 23:26:18 +09:00
  • 7b73b94198 Fix typo heowc 2021-09-16 23:26:18 +09:00
  • 860690491a Add setBodyExtractor bishoy basily 2021-09-14 22:27:57 +02:00
  • 278bda1c2d Remove finally block for junit Rob Winch 2021-09-22 16:25:20 -05:00
  • 1eb64652a3 Remove finally block for junit Rob Winch 2021-09-22 16:24:39 -05:00
  • a15eb7eecf Remove finally block for junit Rob Winch 2021-09-22 16:23:49 -05:00
  • b53cab9204 Add jenkins user to Jenkinsfile Rob Winch 2021-09-22 16:21:55 -05:00
  • e25052b987 Add jenkins user to Jenkinsfile Rob Winch 2021-09-22 16:20:29 -05:00
  • 8104a17049 Specify Jenkins user in Jenkinsfile Rob Winch 2021-09-22 16:06:49 -05:00
  • c3ba2332da Wire BeanResolver into DefaultMethodSecurityExpressionHandler Josh Cummings 2021-09-22 14:14:29 -06:00
  • 7b599d4770 Share JWKSource Instances Josh Cummings 2021-09-22 11:36:54 -06:00
  • 4e7c9bee46 Add Supplier JwtDecoders Josh Cummings 2021-09-21 16:56:14 -06:00
  • 131078dcae Fix typo in digest.adoc heqiang 2021-09-21 10:03:42 +08:00
  • a5e4807912 Next Development Version Steve Riesenberg 2021-09-20 13:13:33 -05:00
  • e9449beb5f Release 5.6.0-M3 Steve Riesenberg 2021-09-20 11:47:26 -05:00
  • 220de60142 Update What's New in 5.6 Marcus Da Coregio 2021-09-20 12:18:27 -03:00
  • f0fd09bf79 Update What's New in 5.6 Josh Cummings 2021-09-20 09:09:45 -06:00
  • c58fbf0596 Update org.springframework to 5.3.10 Rob Winch 2021-09-17 15:44:48 -05:00
  • f736d4dd76 Update org.mockito to 3.12.4 Rob Winch 2021-09-17 15:44:46 -05:00
  • 0de2baeabb Update junit-bom to 5.8.0 Rob Winch 2021-09-17 15:44:42 -05:00
  • 7f3dee175c Update org.jetbrains.kotlinx to 1.5.2 Rob Winch 2021-09-17 15:44:40 -05:00
  • e846fb43f8 Update org.jetbrains.kotlin to 1.5.30 Rob Winch 2021-09-17 15:44:38 -05:00
  • de6b32ce77 Update hibernate-entitymanager to 5.5.7.Final Rob Winch 2021-09-17 15:44:36 -05:00
  • d3c5c6add3 Update io.spring.nohttp to 0.0.10 Rob Winch 2021-09-17 15:44:34 -05:00
  • af61fae68a Update io.projectreactor to 2020.0.11 Rob Winch 2021-09-17 15:44:30 -05:00
  • 62db842865 Update com.nimbusds to 9.15 Rob Winch 2021-09-17 15:44:28 -05:00
  • 86c445f491 Update nebula-project-plugin to 8.2.0 Rob Winch 2021-09-17 15:44:26 -05:00
  • 7e334f8abc Update jackson-bom to 2.12.5 Rob Winch 2021-09-17 15:44:18 -05:00
  • 963d40a7cd Update logback-classic to 1.2.6 Rob Winch 2021-09-17 15:44:16 -05:00
  • d207d03bf7 Update What's New for 5.6 Steve Riesenberg 2021-09-17 10:44:51 -05:00
  • ab098f171d Propagate TestSecurityContextHolder to SecurityContextHolder Marcus Hert da Coregio 2021-05-10 13:45:04 -03:00
  • 017c218bbd Update What's New section Marcus Da Coregio 2021-09-17 13:57:23 -03:00
  • 0364518b69 Update Saml2LoginConfigurer to pick up Saml2AuthenticationTokenConverter bean Marcus Da Coregio 2021-09-16 09:39:38 -03:00
  • 1e76b11b3c Remove duplicate entry from test LDIF file Eleftheria Stein 2021-09-16 10:26:06 +02:00
  • 171522ebf2 Replace usages of deprecated OAuth2IntrospectionClaimNames Ashley Scopes 2021-08-15 15:42:15 +01:00
  • 7ccc915b2b Ensuring consistency in error handling of opaque providers/managers Ashley Scopes 2021-08-15 15:25:52 +01:00
  • e9d5bbba34 Fixed final field warnings in opaque token introspectors Ashley Scopes 2021-08-15 15:18:19 +01:00
  • 729418ad7a Fix typo in headers asciidoc Ashley Scopes 2021-08-15 15:08:52 +01:00
  • 95c2403968 Fixed potential NullPointerException in opaque token introspection Ashley Scopes 2021-08-15 15:02:12 +01:00
  • dd43d9198b Amended treatment of OAuth2 'iss' claim Ashley Scopes 2021-08-15 14:38:13 +01:00
  • fe274e7553 Fix some list punctuation and capitalization in docs Dmitriy Bogdanov 2021-09-15 13:37:26 +04:00
  • 31a8f8c4df Fix the use of "s" with code blocks in docs Dmitriy Bogdanov 2021-09-15 13:34:38 +04:00
  • af4cc03dec Fix some typos and mistakes in docs Dmitriy Bogdanov 2021-09-15 13:30:06 +04:00
  • 194993ad1a Add Saml2ParameterNames Josh Cummings 2021-09-14 17:40:12 -06:00
  • 1ca04ffc91 Updated test.adoc SecurityMockServerConfigurers method references Anthony Lofton 2021-09-13 13:42:45 -03:00
  • 7614346a6f Updated test.adoc SecurityMockServerConfigurers method references Anthony Lofton 2021-09-13 13:42:45 -03:00
  • 1653b7848d Updated test.adoc SecurityMockServerConfigurers method references Anthony Lofton 2021-09-13 13:42:45 -03:00
  • 8cba9fbf9d Updated test.adoc SecurityMockServerConfigurers method references Anthony Lofton 2021-09-13 11:42:45 -05:00
  • 4f06fc6ed1 Add Saml2LogoutConfigurer Josh Cummings 2021-03-25 10:44:26 -06:00
  • c63d618b26 Add Single Logout Support Josh Cummings 2021-03-30 17:02:27 -06:00
  • 6488295cad Add RelyingPartyRegistrationResolver Josh Cummings 2021-03-02 07:55:05 -07:00
  • f5a525e740 Add Registration to Saml2Authentication Josh Cummings 2021-03-02 07:54:18 -07:00
  • 822e59af45 useJUnitPlatform for SAML 2.0 Tests Josh Cummings 2021-08-16 15:22:29 -06:00
  • 5da55448f9 Polish SecurityContextChangedEvent Josh Cummings 2021-09-13 16:04:36 -06:00
  • 3e87ef84ae Replace SecurityContextHolder#addListener Josh Cummings 2021-09-07 12:13:49 -06:00
  • 2bdaa31f72 Fix return type to allow further security config Derek Van Blerkom 2021-09-13 12:57:02 -04:00
  • 9a1f04c08f Fix return type to allow further security config Derek Van Blerkom 2021-09-13 12:57:02 -04:00
  • c55f1f8bea Fix return type to allow further security config Derek Van Blerkom 2021-09-13 12:57:02 -04:00
  • 58d50888df Fix return type to allow further security config Derek Van Blerkom 2021-09-13 12:57:02 -04:00
  • 3443eac829 Fix typo in index.adoc heqiang 2021-09-09 22:52:51 +08:00
  • f2b2e6002f Replace static "ROLE_" with customized role prefix Yanming Zhou 2021-07-15 16:40:10 +08:00
  • df6ed74303 Compile with parameter names Eleftheria Stein 2021-09-08 09:58:28 +02:00
  • 670cf99258 Update docs to point to ACL samples Marcus Da Coregio 2021-09-06 11:14:57 -03:00
  • 6fae98a6f4 Update docs to point to ACL samples Marcus Da Coregio 2021-09-06 11:14:57 -03:00
  • 989c1419d5 Clarify OAuth 2.0 Resource Server Multitenancy Snippet Josh Cummings 2021-09-03 16:54:27 -06:00
  • f1691370d6 Closes gh-10222 Ayush Kohli 2021-08-23 23:48:15 -05:00
  • 1cfe84922c Add Java examples to session management docs Ayush Kohli 2021-08-25 09:16:01 -05:00
  • 41feec4766 Remove unused Sonar from Build Josh Cummings 2021-08-20 16:47:55 -06:00
  • 4302a86fad Default principalClaimName to SUB /usr/local/ΕΨΗΕΛΩΝ 2021-08-20 16:09:33 +02:00
  • 9b4ddd7e0a Make AuthorizationGrantTypeConverter support custom grant type Rujun Chen 2021-08-06 16:58:06 +08:00
  • d0fbe6b501 Update CI deployments to be dependent on Check Samples Marcus Da Coregio 2021-08-19 10:07:52 -03:00
  • be91a78781 Update Check Samples job to run in parallel Marcus Da Coregio 2021-08-17 11:04:14 -03:00
  • ac8e912ea1 Update a broken link to Spring Boot documentation YevheniiLutsyshyn 2021-08-16 13:59:54 +02:00
  • 8c1201ae49 Preserve Null Claim Values Fabio Guenci 2021-07-27 18:24:11 +02:00
  • 87ec94a321 Next Development Version Rob Winch 2021-08-16 15:24:29 -05:00
  • b3cb7b388c Release 5.6.0-M2 Rob Winch 2021-08-16 15:24:14 -05:00
  • 71f1cf1e0b Remove Remaining Sonar Reference Rob Winch 2021-08-16 14:45:33 -05:00
  • 829733896c Remove unused Sonar from Build Rob Winch 2021-08-16 14:42:38 -05:00
  • 1d4859a7ee Update org.slf4j to 1.7.32 Rob Winch 2021-08-16 13:57:32 -05:00
  • 0a40ce6181 Update htmlunit-driver to 2.52.0 Rob Winch 2021-08-16 13:57:30 -05:00
  • f8fad9d34d Update hibernate-entitymanager to 5.5.6 Rob Winch 2021-08-16 13:57:28 -05:00
  • f45f0b32b2 Update htmlunit to 2.52.0 Rob Winch 2021-08-16 13:57:26 -05:00
  • 0b068b9b81 Update io.projectreactor to 2020.0.10 Rob Winch 2021-08-16 13:57:22 -05:00
  • dd8048809b Update com.nimbusds to 9.12 Rob Winch 2021-08-16 13:57:20 -05:00
  • ad9da129a8 Update nebula-project-plugin to 8.1.0 Rob Winch 2021-08-16 13:57:18 -05:00
  • 9677ef17f3 Update logback-classic to 1.2.5 Rob Winch 2021-08-16 13:57:16 -05:00