Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Dan CamperDan CamperReporter
Dan CamperDan CamperPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Dan Camper
Dan CamperReporter
Dan Camper
Dan CamperPriority
Fix versions
Pull Request URL
Created August 5, 2020 at 7:52 PM
Updated October 20, 2020 at 8:26 AM
Resolved October 20, 2020 at 8:26 AM
Features:
Work within existing username/password credential process.
Work within existing session management.
Work within existing platform permissions scheme.
Consume JWT tokens designating authorizations as claims. Tokens should be validated according to OpenID Connect specification. All recommended signing algorithms will be supported.
Support concept of short-lived tokens with automatic refresh.
Support all platform feature permissions.
Support file and workunit scope permissions.
View permissions are a nice-to-have. If not implemented, will default to full access.
The plugin will require an external service endpoint for providing authentication services (via username/password) and returning a valid, signed JWT token. Another service will need to advertise an endpoint that handles automatic token refreshes. Presumption is an integrated service providing a UI for setting permissions will also be available.