Does this library have feature for ping authentication API?
Can we implement authentication API using oidc-client-ts ?
https://docs.pingidentity.com/pingfederate/12.3/developers_reference_guide/pf_authentication_api.html
We are using oidc for sso and its working fine. we want to also have a feature for authentication using authentication API. Can we achive this via oidc-client-ts ?
Our main goal is to have a password field as well so that user will have to enter username and password and authenticate from ping federate. Previously we were using ping template but that is giving us password field on the next ping template we want on the same page. Ping support said to use Authentication API for achiving the same.
I have used in the past this library with PingIdentity. Using the authorization code grant with PKCE, which worked great.