Skip to content
Snippets Groups Projects
Commit fe5daa27 authored by Florian Best's avatar Florian Best
Browse files

Fix passive requests in auth proc filter.

When a passive SAML request (<samlp:AuthnRequest IsPassive="true">) is
received a "urn:oasis:names:tc:SAML:2.0:status:NoPassive" status error
is expected (instead of a login form).
The privacyidea plugin must not ask for a OTP in this case.
As a auth proc filter is executed after being authenticated we have to store
that also the OTP authentication succeeded in the session (otherwise one
can bypass OTP check (with passive requests, which are e.g. used by
Univention Corporate Server's Management Console) while one is not logged in)
parent 5bbb9617
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment