unspecified NameID in subject(V2) how to recreate in V3
Cantor, Scott
cantor.2 at osu.edu
Mon Oct 24 16:46:13 EDT 2016
> I just found out.. unlike V2, this url https://campus.edu/idp/shibboleth does
> not reflect the current metadata (extracted from various configs/certs etc).
That is not unlike V2, it's the same as V2. Neither will do anything involving the configuration for you, and that would be wrong to do, that's not how metadata works. Metadata is not derived from your configuration alone but from the desired public state of that configuration, which can only be determined by a human. We don't have the notion in the config of "keys that are usable but not yet published", so there's no way to generate metadata automatically and not break things.
> After updating the file manually under /metadata/idp_metadata.xml, how
> can i make sure that path uses this latest file? Is it just a re-build of war file or
> something else?
Nothing has changed in that respect. Nothing should be using that file anyway but the result of the URL is a JSP that reads the file from idp.home/metadata/idp-metadata.xml, which is on disk and not in the war by default.
-- Scott
More information about the users
mailing list