White Papers

Dell EMC OpenManage Enterprise Login with PingFederate
Dell EMC OpenManage Enterprise Login with PingFederate | 454
Figure 8 - OME: Add New OpenID Connect Provider using Initial Access Token
To get the Initial Access Token, see the guidelines mentioned in the PingFederate help guide
(https://docs.pingidentity.com/bundle/pingfederate-101/page/qem1584122852896.html)
For example: Create an OAuth Client in PingFederate and use that OAuth client to provide the Access Token.
The following are the sample request and response for getting initial access token using IMPLICIT flow.
Request for Initial Access token:
curl --location --request POST
/as/authorization.oauth2?client_id=DynamicClientRegistration&response_type=token&redirect_uri=https://<callback
url>&scope=DynamicClientRegistration' \
--header 'Authorization: Basic dGVzdDp0ZXN0'
Successful Response:
302
https://XXXX #access_token=
eyJhbGciOiJSUzI1NiIsImtpZCI6IkExOjMwOjIzOjUzOjVEOkJCOjE5OjU3IiwicGkuYXRtIjoieG1wdiJ9.eyJzY29wZSI6IkR5b
mFtaWNDbGllbnRSZWdpc3RyYXRpb24iLCJjbGllbnRfaWQiOiJEeW5hb &token_type=Bearer&expires_in=7199