Enabling the Address attribute in the SubjectConfirmationData element
1 view
Skip to first unread message
Dave Rager
unread,
Oct 10, 2025, 2:17:03 AMOct 10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple...@googlegroups.com
I'm setting up SimpleSAMLphp as an IDP. Everything is mostly working
except in the SubjectConfirmationData I cannot figure out how to
enable the Address attribute.
From the spec:
It MAY contain an Address attribute limiting the client address
from which the assertion can be delivered.
Indeed, I want to do that.
I see support for the attribute in the source code though I cannot
find documentation about it. I don’t see anywhere in the source that
it actually gets set. (Outside reading an incoming response).
What configuration setting do I need to enable this attribute or is it
supported only to handle it in incoming responses?
Thanks,
Dave.
Tim van Dijen
unread,
Oct 27, 2025, 7:02:59 AMOct 27
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SimpleSAMLphp
Hi Dave,
There is unfortunately no such support. It should be relatively easy to add it.
Would you mind opening a feature request on Github?
- Tim
Op vrijdag 10 oktober 2025 om 08:17:03 UTC+2 schreef Dave Rager: