This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-security-samples
Watch
1
Star
0
Fork
0
You've already forked spring-security-samples
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Move custom-urls to saml-extension-urls
Browse Source
This clarifies the purpose of the sample
...
This commit is contained in:
Josh Cummings
2024-11-06 15:59:11 -07:00
parent
2e02987d4c
commit
368686cc8c
28 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
servlet/spring-boot/java/saml2/custom-urls/.idea/.gitignore → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/.gitignore
generated
vendored
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/checkstyle-idea.xml → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/checkstyle-idea.xml
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/codeStyles → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/codeStyles
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/compiler.xml → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/compiler.xml
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/gradle.xml → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/gradle.xml
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/jarRepositories.xml → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/jarRepositories.xml
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/misc.xml → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/misc.xml
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/.idea/vcs.xml → servlet/spring-boot/java/saml2/saml-extension-urls/.idea/vcs.xml
generated
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/README.adoc → servlet/spring-boot/java/saml2/saml-extension-urls/README.adoc
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/build.gradle → servlet/spring-boot/java/saml2/saml-extension-urls/build.gradle
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/gradle.properties → servlet/spring-boot/java/saml2/saml-extension-urls/gradle.properties
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/gradle/libs.versions.toml → servlet/spring-boot/java/saml2/saml-extension-urls/gradle/libs.versions.toml
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/gradle/wrapper/gradle-wrapper.jar → servlet/spring-boot/java/saml2/saml-extension-urls/gradle/wrapper/gradle-wrapper.jar
vendored
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/gradle/wrapper/gradle-wrapper.properties → servlet/spring-boot/java/saml2/saml-extension-urls/gradle/wrapper/gradle-wrapper.properties
vendored
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/gradlew → servlet/spring-boot/java/saml2/saml-extension-urls/gradlew
vendored
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/gradlew.bat → servlet/spring-boot/java/saml2/saml-extension-urls/gradlew.bat
vendored
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/settings.gradle → servlet/spring-boot/java/saml2/saml-extension-urls/settings.gradle
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/integTest/java/example/CustomUrlsApplicationITests.java → servlet/spring-boot/java/saml2/saml-extension-urls/src/integTest/java/example/CustomUrlsApplicationITests.java
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/java/example/CustomUrlsApplication.java → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/java/example/CustomUrlsApplication.java
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/java/example/IndexController.java → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/java/example/IndexController.java
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/java/example/SamlExtensionUrlForwardingFilter.java → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/java/example/SamlExtensionUrlForwardingFilter.java
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/java/example/SecurityConfiguration.java → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/java/example/SecurityConfiguration.java
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/resources/application.yml → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/resources/application.yml
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/resources/credentials/idp-certificate.crt → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/resources/credentials/idp-certificate.crt
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/resources/credentials/rp-certificate.crt → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/resources/credentials/rp-certificate.crt
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/resources/credentials/rp-private.key → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/resources/credentials/rp-private.key
Unescape
Escape
View File
0
servlet/spring-boot/java/saml2/custom-urls/src/main/resources/templates/index.html → servlet/spring-boot/java/saml2/saml-extension-urls/src/main/resources/templates/index.html
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
Spring/spring-security-samples
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block