When clicking on the edit/details button I want to be able to display my clientId and my clientSecret.
Implement an onClick of details that opens up a window with some dummy data:
Check this as on of the good examples
When the developer sees the overview he has a list of the following attributes:
identity_id:
developer_id:
clients:
allowed_callback_urls: Array[1]
allowed_logout_urls: Array[1]
client_description: "The great test app."
client_id: "qaUgOvVYlrkwbr36utZ6aNH46IaBDzAp"
client_name: "Pefferminzia"
date_created: "2018-04-08T09:56:51"
Then use the GET /identities/{identityid}/clients/{clientid} of the identities adapter to get the information for the client
When clicking on the edit/details button I want to be able to display my clientId and my clientSecret.
When the developer sees the overview he has a list of the following attributes:
Then use the
GET /identities/{identityid}/clients/{clientid}
of the identities adapter to get the information for the client