simplesamlphp / simplesamlphp-module-adfs

This module adds support for WS-Federation
GNU Lesser General Public License v2.1
5 stars 5 forks source link

A hook to generate metadata #20

Closed monkeyiq closed 5 months ago

monkeyiq commented 5 months ago

This update allows the main SSP library to not have to know about the adfs-idp-hosted set and how to handle it.

The hook could make a new object and register it with MetaDataStorageHandler for use there but it seems like a bit of overkill for 4 strings. It is also possible to evolve to a class for this if desired or other modules are wanting to make more extensive use of a getGenerated hook.

tvdijen commented 5 months ago

Awesome @monkeyiq !