-
Notifications
You must be signed in to change notification settings - Fork 1
/
properties.yml
40 lines (35 loc) · 1.08 KB
/
properties.yml
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
#pac4j:
# # those protect the whole application at Jersey level
# globalFilters:
# - matchers: excludeUserSession
# authorizers: isAuthenticated
# servlet:
# security:
# - mapping: /*
# callback:
# - mapping: /*
# logout:
# - mapping: /*
# matchers:
# # this let the /user/session url be handled by the annotations
# excludeUserSession:
# class: org.pac4j.core.matching.PathMatcher
# excludedPath:
# - ^/*
# callbackUrl: /user/session
# defaultClient: DirectBasicAuthClient
# clients:
# - org.pac4j.http.client.direct.DirectBasicAuthClient:
# authenticator:
# class: org.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator
template: Hello, %s!
defaultName: Stranger
#pac4j:
# globalFilters:
# - matchers: excludeUserSession
# authorizers: isAuthenticated
# callbackUrl: /auth
# clients:
# - org.pac4j.oidc.client.KeycloakOidcClient:
# authenticator:
# class: org.pac4j.oidc.credentials.authenticator.OidcAuthenticator