oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

Does this library have feature for ping authentication API?

Open ept-Ayush opened this issue 3 months ago • 1 comments

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.

ept-Ayush avatar Sep 01 '25 05:09 ept-Ayush

I have used in the past this library with PingIdentity. Using the authorization code grant with PKCE, which worked great.

pamapa avatar Sep 30 '25 14:09 pamapa