Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Wrong id being surfaced for developers when editing their app #161

Closed
cbryanreapit opened this issue Jan 31, 2020 · 0 comments · Fixed by #266
Closed

Wrong id being surfaced for developers when editing their app #161

cbryanreapit opened this issue Jan 31, 2020 · 0 comments · Fixed by #266
Assignees
Labels
bug Something isn't working front-end Relates to front end issues

Comments

@cbryanreapit
Copy link
Contributor

cbryanreapit commented Jan 31, 2020

Summary:

When a developer has registered their application, they need to receive a client id from us in order to be able to be authenticated with cognito.

This is presented from the back end as 'externalId' in from GET apps/{id}/

Presently, I believe (but please confirm!) that we are surfacing 'id' from that same endpoint instead

Additionally, I would recommend we change the terminology to be "client id" rather than "app id" in this dialog to make it clearer that this data is about OAuth. A quick means of copying this ID wouldn't hurt either.

Steps to reproduce:

Login as developer, load a specific app, see screen below:
image

Expected Results:

The externalId is presented to the user (badged as client id)

Actual Results

The id is presented to the user (badged as app id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working front-end Relates to front end issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants