Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
8.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2018 at 15:19 UTC
Updated:
19 May 2019 at 09:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch implements a
hook_entity_extra_field_info()implementation, so the SAML authentication settings can be moved on the user profile form.Comment #3
dakku commentedHI @idebr
maybe we should make an admin setting like:
"Allow users to enable/disable saml in profile"
and then implement this functionality in the profile.
Comment #4
ralphvdhoudt commented@dakku Currently this isn't an admin setting and teh patch just enabled the relocation of the field
For an admin setting you'd better open a new issue in my opinion
This fix seems RTBC
Comment #5
berdirMakes sense to me, thanks.