Tag Archives: OpenAM

curl Commands for OpenAM OpenID Connect

Authorization Flow * First, we authenticate the user, e.g. user.0. – once authenticated, we can use the iPlanetDirectoryPro cookie value instead of username and password curl -X POST -H "X-OpenAM-Username: user.0" -H "X-OpenAM-Password: Password1" -H "Content-Type: application/json" -d "" -k … Continue reading

Posted in OpenIdm | Tagged , , | Comments Off on curl Commands for OpenAM OpenID Connect