-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathtoc.yml
More file actions
174 lines (174 loc) · 5.89 KB
/
Copy pathtoc.yml
File metadata and controls
174 lines (174 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
introduction:
title: Introduction
releaseHistory: Release History
whatsNew: What's New
breaks: Breaking Changes
security-installation: Installation
securityFilter:
title: How It Works - Security Filter
builtInAuthenticationFetchers:
title: Built-In Authentication Fetchers
basicAuthAuthenticationFetcher: Basic-Auth Authentication Fetcher
tokenAuthenticationFetcher:
title: Token Authentication Fetcher
tokenReaders:
title: Token Readers
bearerTokenReader: Bearer Token Reader
cookieTokenReader: Cookie Token Reader
securityRule:
title: Security Rules
ipPattern: IP Pattern Rule
secured:
title: Secured Annotation
jakartaAnnotations: Jakarta Annotations
securedExpression: Secured with expressions
interceptUrlMap: Intercept URL Map
builtInEndpointsAccess: Built-In Endpoints Security
exceptionHandlers: 'Exception Handlers'
endpoints:
title: Endpoints
login:
title: Login Controller
loginHandler: Login Handler
logout:
title: Logout Controller
logoutHandler: Logout Handler
builtInHandlers:
title: Built-in Login and Logout Handlers
micronautSecurityAuthenticationBearer: Authentication Mode Bearer
micronautSecurityAuthenticationSession: Authentication Mode Session
micronautSecurityAuthenticationCookie: Authentication Mode Cookie
micronautSecurityAuthenticationIdToken: Authentication Mode ID Token
securityConfiguration:
title: Security Configuration
rejectNotFound: Reject Not Found Routes
authenticationStrategy: Authentication Strategy
noRedirection: Handlers without redirection
redirection: Redirection Configuration
onePasswordSecretsAutomation: 1Password Secrets Automation
authenticationProviders:
title: Reactive Authentication Providers
imperativeAuthenticationProviders: Authentication Provider
authenticationProvidersUseCases: Authentication Providers Use Cases
builtInAuthenticationProviders: Built-In Authentication Providers
authenticationStrategies:
title: Authentication Strategies
basicAuth: Basic Authentication
session: Session Authentication
jwt:
title: JSON Web Token
reader:
title: Reading JWT Token
bearerToken: Bearer Token Reader
cookieToken: Cookie Token Reader
jwtParser: JWT Parser
jwtValidation:
title: JWT Signature Validation
jwks:
title: Remote JWKS
jwksCache: JWKS Caching
staticJwks: Local JWKS
jsonWebTokenValidator: JWT Validation
jwtGenerator:
title: JWT Token Generation
jwtGeneratorSignature: Signed JWT Generation
jwtGeneratorSecret: Example of JWT Signed with Secret
jwtGeneratorRSA: Example of JWT Signed with RSA
jwtEncryption:
title: JWT Encryption
jwtEncryptionSecret: Example of JWT Encrypted with Secret
jwtGeneratorEncryption: Example of JWT Signed with Secret and Encrypted with RSA
claimsGeneration: Claims Generation
claimsValidation: Claims Validation
render:
title: Token Render
jwtGuides: Guides
ldap:
title: LDAP Authentication
configuration: Configuration
extending: Extending Default Behavior
x509: X.509 Certificate Authentication
custom: Custom Authentication Strategies
rejection:
title: Rejection Handling
wwwAuthenticate: WWW-Authenticate Response
csrf:
title: Cross-Site Request Forgery (CSRF)
csrfDependency: CSRF Dependency
csrfFilter: CSRF Filter
csrfMitigations:
title: CSRF Mitigations
syncronizerTokenPattern:
title: Syncronizer Token Pattern
csrfAndSession: CSRF and Session
doubleSubmitCookiePattern: Double Submit Cookie Pattern
signedDoubleSubmitCookiePattern: Signed Double Submit Cookie Pattern
csrfConfiguration: CSRF Configuration
csrfTokenResolvers:
title: CSRF Token Resolvers
httpHeaderCsrfTokenResolver: HTTP Header CSRF Token Resolution
fieldCsrfTokenResolver: Field CSRF Token Resolution
csrfApis: CSRF APIs
tokenPropagation: Token Propagation
tokenendpoints:
title: Built-In Security Token Controllers
refresh: Refresh Controller
keys: Keys Controller
introspectionendpoint: Introspection Endpoint
retrievingAuthenticatedUser:
title: Retrieve the authenticated user
websocket: WebSocket methods
customAuthenticatedUser: Custom Binding
securityService: User outside of a controller
dataAuditing:
title: Data Change Auditing
annotations: Auditing Annotations
identityMapping: Custom Authentication Mapping
securityEvents: Security Events
oauth:
title: OAuth 2.0
installation:
title: Installation
openid:
title: OpenID Connect
flows:
title: Flows
authorization-code:
title: Authorization Code
oauth2-authorization-code:
title: OAuth 2.0
oauth2-configuration: Configuration
oauth2-user-details: User Details Mapper
openid-authorization-code:
title: OpenID Connect
openid-configuration: Configuration
openid-user-details: OAuth 2.0 Authentication Mapper
openid-auth-parameters:
title: Parameters
nonce: Nonce
login-hint: Login Hint
id-token-hint: ID Token Hint
token-validation: Token Validation
state: State Parameter
pkce: PKCE
clientcredentials:
title: Client Credentials
clientecredentialshttpclient: HTTP Client Filter for Client Credentials
clientCredentialGuides: Guides
password: Password
oauth-endpoints:
title: Endpoints
endsession: OpenID End Session
introspection: Introspection
revocation: Revocation
user-info: UserInfo Endpoint
protectedResourceMetadata: Protected Resource Metadata
custom-client: Custom Clients
proxyToAuthServer: Proxy .well-known requests to Auth Server
oauthGuides: Guides
aot:
title: Ahead-of-time optimizations
aotConfiguration: Micronaut Security AOT Configuration
aotOpenidConfiguration: OpenID Configuration Optimization
aotJwks: JWKS Optimization
repository: Repository