OpenESPI-DataCustodian-java
OpenESPI-DataCustodian-java copied to clipboard
DataCustodian Custodian Token Management Screen
/DataCustodian/custodian/oauth/tokens
seems to not be displaying anything or (in the case of the management menus) causing any action to be performed.
If you enter the following URL in the address line tokens will be displayed:
/DataCustodian/custodian/oauth/tokens/clients/{clientId}
or enter
/DataCustodian/custodian/oauth/tokens/clients/{clientId}/retailcustomers/{userId}
A new screen needs to be developed that allows an Administrator to display access tokens. The GET Request are already coded in the OauthAdminController