Integrate directly with Klarna OpenIDConnect or via one of our Customer Identity Cloud providers.
2 min read
OpenIDConnect
1. Request a new client
Obtain a client with either the client_secret_basic or client_secret_post authentication methods selected and save the secret. You will need to use it to authenticate requests to the OIDC.
2. Choose a right IDP URL
Employ an IDP URL specific to your service's geographic region and run IDP discovery. This step will retrieve the authorization and token endpoints, available scopes and other essential components needed for the standard OAuth flow.