Is there is an endpoint in openAM which I can use to retrieve the client secret from the OpenAM.
I'm using the OpenAM as the keymanager and I have used the below endpoint with parameters to create an application in OpenAM
http://localhost:8080/openam/frrest/oauth2/client/?_action=create
Now I need to retrieve back the client secret using client name as I don't store it in my application side. What is the endpoint I need to use for it? I couldn't find it in the OpenAM documentation.
If OpenAM is not allowing to retrieve the client secret with the Client Name, what is the best way to handle this use case?