Oauth is not initialized correctly in v7.0.0 only

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 7.0.1
    • 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);
       
       

            Assignee:
            Chris Hyzer
            Reporter:
            Chris Hyzer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: