Implement OAuth SPI in JIRA

XMLWordPrintable

      While the SAL implementation of these SPI's is sufficient for summit, for production we'll probably wont something more robust that doesn't store everything in propertysets. Namely I'll implement these natively in JIRA:

      • Consumer token store
      • Service provider consumer store
      • Service provider token store

      There's a few open questions regarding this still:

      1. Is there a limit on the key length used for tokens/consumers? (so we can limit the PK in the db to speedup lookups)
      2. How will these tables get cleaned up? Probably will need to add a 'last-used' timestamp in the db, so that we can write a background service to clean these columns up in the future.

            Assignee:
            Andreas Knecht (Inactive)
            Reporter:
            Andreas Knecht (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: