Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:application_configuration:dev:backend [2023/12/01 11:17]
chalupat [Authentication]
devel:documentation:application_configuration:dev:backend [2023/12/01 13:10] (current)
chalupat [Authentication]
Line 1082: Line 1082:
 </code> </code>
  
-=== OIDC authentication filter ===+=== OIDC authentication ===
  
 @since 13.1.0 [[this>devel/documentation/security/dev/security#oidc_authentication|OIDC authentication]] can be configured with following properties: @since 13.1.0 [[this>devel/documentation/security/dev/security#oidc_authentication|OIDC authentication]] can be configured with following properties:
Line 1102: Line 1102:
 idm.sec.core.oidc.token-path=/token idm.sec.core.oidc.token-path=/token
  
-​​​​​# Configuration for spring.security most is gotten from auto-discover endpoitn (${idm.sec.core.oidc.url}/.well-known/openid-configuration) but can be overwritten here+​​​​​# Configuration for spring.security most is gotten from auto-discover endpoint (${idm.sec.core.oidc.url}/.well-known/openid-configuration) but can be overwritten here
 spring.security.oauth2.client.registration.cas.client-id=${idm.sec.core.oidc.client-id} spring.security.oauth2.client.registration.cas.client-id=${idm.sec.core.oidc.client-id}
 spring.security.oauth2.client.registration.cas.client-secret=${idm.sec.core.oidc.client-secret} spring.security.oauth2.client.registration.cas.client-secret=${idm.sec.core.oidc.client-secret}
  • by chalupat