Page MenuHomePhabricator

Clarify validation for redirect URI
Open, MediumPublic

Description

Context

In the API Portal Create Key form, clarify the requirements for the redirect URL.

User Story

As an API Portal developer
I want easily create an API key
So that I can be productive in my development

Acceptance Criteria
  • Given I am creating a key, when I view the redirect field, I expect there to be clear requirements for how this field is validated.

image.png (264×1 px, 36 KB)

Open Questions
  • What are the criteria for redirect URLs?
    • Based on my research, wfParseUrl is doing the validation, but happy to be double-checked on this
    • Requirements listed in T342153

Event Timeline

apaskulin triaged this task as Medium priority.Jan 7 2021, 10:06 PM
apaskulin renamed this task from Improvements for create client form to Clarify validation for redirect URI.Jan 11 2021, 11:20 PM
apaskulin updated the task description. (Show Details)

This field is doing some sort of validation, need to figure out what that is and provide that information to the users

apaskulin moved this task from New features to Tech debt on the API-Portal board.

Unassigning myself since I'm not actively working on this