Bug #140
Server object has no role, it breaks lasso_idwsf2_profile_check_security_mechanism
Start date:
29 June 2010
Due date:
% Done:
90%
Estimated time:
1:00 h
Patch proposed:
Planning:
Description
When the discovery service is the same as the IdP, lasso_server_get_assertion_issuer return the Server object itself as issuer of the assertion.
check_security_mechanism checks that issuer->role is LASSO_PROVIDER_ROLE_SP. Should be fixed to use issuer->private_data->roles if role is 0. Or only if issuer == profile->server.
Associated revisions
History
Updated by Benjamin Dauvergne about 13 years ago
- Status changed from Nouveau to Solution déployée
- % Done changed from 0 to 90
Appliqué par commit c6d4076599c05e74b3d4ccbd5a735f09d4a5000e.
Updated by Benjamin Dauvergne over 9 years ago
- Description updated (diff)
- Status changed from Solution déployée to Fermé
[id-wsf2 profile] check provider->private_data->roles instead of provider->role
Fixes #140.