Module httpHeader

Last modified 07 May 2024 11:13 +02:00

Pseudo-authentication for pre-authenticated users. Based on HTTP header values. This module contains specific attributes:

Name Description Required Type

usernameHeader

Name of HTTP header that contains username.

true

String

logoutUrl

Url for redirect after logout. Default is '/'.

false

String

Example of httpHeader module
<httpHeader>AuthenticationModuleSaml2ProviderMetadataType
    <identifier>httpHeader</identifier>
    <logoutUrl>http://localhost:8081/Identity_provider/Logout</logoutUrl>
    <usernameHeader>uid</usernameHeader>
</httpHeader>
Was this page helpful?
YES NO
Thanks for your feedback