-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: None
-
Component/s: None
-
None
If you are running v7.0.0 (exact version only) and want to use MCP, you need to run this script first
import edu.internet2.middleware.grouper.GrouperSession; |
import edu.internet2.middleware.grouper.authentication.GrouperOAuthSigningKey; |
|
|
GrouperSession grouperSession = GrouperSession.startRootSession();
|
GrouperOAuthSigningKey.initializeIfNeeded();
|
GrouperSession.stopQuietly(grouperSession);
|
|
|
|