better-integrated the SSO Service Provider information by moving it onto a

Profile page
This commit is contained in:
Eric J. Bowersox
2003-06-17 04:46:53 +00:00
parent 53dd5a6994
commit 835c9c389f
18 changed files with 214 additions and 139 deletions

View File

@@ -31,3 +31,11 @@ CREATE TABLE sso_federate (
UNIQUE INDEX by_local (provider, local_name),
UNIQUE INDEX by_remote (provider, remote_name)
);
##############################################################################
# Table Additions
##############################################################################
# Add the "Identity Federations" menu item to the profile menu.
INSERT INTO menuitems (menuid, sequence, itemtype, text, linktype, link) VALUES
(2, 100, 'TEXT', 'Identity Federations', 'SERVLET', 'sourceid/federations.js.vs?tgt=${target}');