better-integrated the SSO Service Provider information by moving it onto a
Profile page
This commit is contained in:
@@ -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}');
|
||||
|
||||
Reference in New Issue
Block a user