You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered:
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:
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)
The text was updated successfully, but these errors were encountered: