Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 805 Bytes

File metadata and controls

14 lines (11 loc) · 805 Bytes

KDB Azure Active Directory

Add-on module for DPL-CMS to support integration with Azure Active Directory module.

The Azure Active Directory module enables a new ADD specific client for the OpenID Connect module.

The module has the following features:

Overwrite default login logic

The modules overwrite the normal login logic and send the user directly to the KKB AD login page. It does this by adding a routeSubscriber which adds a new controller to the user.login route. The controller then checks if an OpenID Connect client called 'windows_aad' exists, and then it redirects the user to the client authorization endpoint.