Skip to content

Callback configuration

CAS in the cloud LELEU Jérôme edited this page Mar 24, 2022 · 2 revisions

You need to define a callback endpoint using the CallbackHandler only for web applications (that is for IndirectClient). The callback endpoint must not be protected.

>> Read the documentation to understand its behavior and the available options.

Example:

path.addExactPath("/callback", CallbackHandler.build(config, null, true));

The default internal components of the CallbackHandler are: UndertowSessionStore, UndertowHttpActionAdapter.INSTANCE, DefaultCallbackLogic.INSTANCE and UndertowContextFactory.INSTANCE.

Clone this wiki locally