overridding admin interface beans/flows
Cantor, Scott
cantor.2 at osu.edu
Wed Dec 14 14:54:05 UTC 2022
> To make it work I had to create my own in-memory lockout manager
i.e. you reimplemented it, that's what I concluded would be required.
It's viable but I'd prefer to at least allow for cross-server use so I'll probably go with the plan of changing the storage layout.
> Sounds like my only option for this would be to create my own admin
> flow. I guess I would somehow make it available at a different URL by
> creating a bean called shibboleth.FlowMap which is merged with
> shibboleth.DefaultFlowMap?
Any flow properly defined in flows/ or in a jar inside META-INF/net.shibboleth.idp/flows/ is auto-registered.
https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631699/SpringConfiguration#Spring-Web-Flow
The merging hook is the means to actually override a built-in flow ID in the rare case it were to be necessary.
-- Scott
More information about the users
mailing list