Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Redirect URI option to the ‘Submit/Edit’ page in the developers portal and fix placeholder alignment #182

Closed
HollyJoyPhillips opened this issue Feb 5, 2020 · 1 comment
Assignees
Labels
enhancements Relates to a feature enhancement front-end Relates to front end issues marketplace Relates to the Marketplace

Comments

@HollyJoyPhillips
Copy link
Contributor

HollyJoyPhillips commented Feb 5, 2020

Summary: We are now supporting Redirect URIs in Cognito, we need to add an additional field on the ‘Submit’ and ‘Edit’ app page in the developers portal. In addition, the placeholder text for the summary and description needs addressing

Task: To add a field on the ‘Submit’ and ‘Edit’ app pages in the developers portal.

  • Title: Redirect URI(s)
  • Placeholder text: Enter your callback URI’s. For multiple URI's, separate using a comma. HTTPS only other than for http://localhost
  • Object: redirectUris
  • Should be editable
  • Should support multiple URIs separated by a comma, e.g. https://www.app.co.uk, http://www.app2.co.uk
  • Should apply validation to ensure HTTPs is present and the URI format is correct (same as the Launch URL field)
  • Should allow HTTP for local host only e.g. http://localhost:8080

See mockup for location:
Redirect5

Task: To fix the alignment of the placeholder text for ‘Summary’ and ‘Description’

The placeholder text should be on one line for the 'Summary' box:
image

The placeholder text should be on one line for the 'Description' box:
image

@HollyJoyPhillips HollyJoyPhillips added marketplace Relates to the Marketplace enhancements Relates to a feature enhancement labels Feb 5, 2020
@HollyJoyPhillips HollyJoyPhillips changed the title Update the wording and validation on ‘Submit App’ and ‘Edit App’ Add Redirect URI option to the ‘Submit/Edit’ page in the developers portal and fix placeholder alignment Feb 6, 2020
@trankhacvy trankhacvy self-assigned this Feb 7, 2020
@HollyJoyPhillips HollyJoyPhillips added the front-end Relates to front end issues label Feb 10, 2020
@HollyJoyPhillips
Copy link
Contributor Author

@trankhacvy Thanks for adding the new field. However, when I enter a comma I get the following message 'Invalid redirect uri(s)'. The field should support commas as they are used to separate multiple uri's:
image

nphivu414 pushed a commit that referenced this issue Apr 29, 2020
* [CLD-499] create manage page on the client side

* Update snapshot
nphivu414 pushed a commit that referenced this issue Apr 29, 2020
…omponent

[CLD-597] Create spreadsheet component
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancements Relates to a feature enhancement front-end Relates to front end issues marketplace Relates to the Marketplace
Projects
None yet
Development

No branches or pull requests

2 participants