Versions Compared

Key

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

...

  1. Client will not be usable after creation until verified. If a client is being (e.g. to get an authorization code or access token) used while not verified an error message should include a the email to contact in order to verify the client.

  2. In the Web Client a form to submit a Jira issue to the ACT team to request the client verification will be shown (as part of

    Jira Legacy
    serverSystem JIRA
    serverIdba6fb084-9827-3160-8067-8ac7470f78b2
    keySWC-4957
    )

  3. A user should be blocked in the web client from using a non verified client (

    Jira Legacy
    serverSystem JIRA
    serverIdba6fb084-9827-3160-8067-8ac7470f78b2
    keySWC-5043
    )

  4. An administrative API (Only ACT and admins can invoke this endpoint) will be added to verify a client:

    Code Block
    PUT /admin/oauth2/client/{id}/verified?status=<boolean>

...