Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the implementation of https://sagebionetworks.jira.com/browse/

Jira Legacy
serverSystem JIRA
serverIdba6fb084-9827-3160-8067-8ac7470f78b2
keyPLFM-4585
synapse can now act as an OAuth 2.0 Provider. In order for application clients (See roles in https://tools.ietf.org/html/rfc6749#section-1.1) to use Synapse as a resource server our implementation of the authorization server requires the client application to be registered before issuing authorization codes and access tokens.

...

Field

Type

Description

clientId

long

The id of the client this verification refers to

clientDescription

string

Required description for the submission

createdOn

date

The creation date

createdBy

long

The id of the user that created the verification

verificationStatus

OAuthClientVerificationStatus

The current verification status

domainValidationStatus

OAuthClientDomainValidationStatus

The status of the domain validation

domainValidationCode

string

The code for the domain validation

OAuthClientVerificationList

...