Add the Angular App in the src/frontend folder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# openldap | |
See openldap.bat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest; | |
httpSecurity | |
.authorizeHttpRequests(auth -> { | |
auth.requestMatchers(EndpointRequest.toAnyEndpoint()).permitAll(); | |
auth.anyRequest().fullyAuthenticated(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Begin Filters ============================ | |
URL: GET /oauth2/jwks | |
Filter Name: filters FilterClass: com.example.authserver.DumpFiltersConfig$DumpFilters | |
Filter Name: characterEncodingFilter FilterClass: org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter | |
Filter Name: formContentFilter FilterClass: org.springframework.boot.web.servlet.filter.OrderedFormContentFilter | |
Filter Name: requestContextFilter FilterClass: org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter | |
Filter Name: springSecurityFilterChain FilterClass: org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$1 | |
Begin Filter Chains ============================ | |
org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.OAuth2AuthorizationServerConfigurer$$Lambda$830/0x0000000801015988@482c351d | |
Or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initscript { | |
repositories { | |
gradlePluginPortal() | |
} | |
dependencies { | |
classpath "org.barfuin.gradle.taskinfo:gradle-taskinfo:2.1.0" | |
} | |
} | |
rootProject { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.emc.gradle.embeddedComponents.CheckLicensesTask | |
import com.emc.gradle.embeddedComponents.ListEmbeddedComponentsTask | |
import org.apache.tools.ant.filters.ReplaceTokens | |
import org.springframework.boot.gradle.tasks.bundling.BootWar | |
buildscript { | |
dependencies { | |
[ | |
'defaultEclipse', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.autowired; | |
import org.springframework.beans.factory.annotation.Autowired; | |
import org.springframework.boot.CommandLineRunner; | |
import org.springframework.boot.SpringApplication; | |
import org.springframework.boot.autoconfigure.SpringBootApplication; | |
import org.springframework.context.annotation.Configuration; | |
import org.springframework.context.annotation.Profile; | |
import org.springframework.stereotype.Component; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filter Name: reconstituteAccessTokenFilter FilterClass: com.emc.ia.client.web.infoarchive.ReconstituteAccessTokenFilterConfig$ReconstituteAccessTokenFilter | |
Filter Name: dumpFilters FilterClass: com.emc.ia.client.web.infoarchive.InfoArchiveApplication$DumpFilters | |
Filter Name: downloadTokenFiler FilterClass: com.emc.ia.client.web.infoarchive.DownloadTokenFiler | |
Filter Name: characterEncodingFilter FilterClass: org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter | |
Filter Name: webMvcMetricsFilter FilterClass: org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter | |
Filter Name: formContentFilter FilterClass: org.springframework.boot.web.servlet.filter.OrderedFormContentFilter | |
Filter Name: requestContextFilter FilterClass: org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter | |
Filter Name: springSecurityFilterChain FilterClass: org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$1 | |
Or [Ant [pattern='/oauth/token'], Ant [pat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OAuth2 Server | |
// 20230615000159 | |
// http://localhost:8080/actuator/beans?continue | |
{ | |
"contexts": { | |
"application": { | |
"beans": { | |
"endpointCachingOperationInvokerAdvisor": { |