Skip to Content
0
Jun 26, 2020 at 03:49 PM

Signature creation during OpenID Connect authentication

201 Views

Hi all,

we are currently in the process of setting up our CDC as OP in the OIDC federated scenario.
We are implementing each of the pages and have come to a point of signature creation during the consent endpoint step.
How exactly should the serverside logic for signature creation look like?

Our serverside is in Java. After going in detail through the OpenID Provider Setup documentation and serverside SDKs documentation - we would like to utilize the calcSigature() method of SigUtils class.
However, it seems that this method is not present only in Java SDK.

Is this an issue with the documentation or we can use some other method (maybe getOAuth1Signature())?

Any help or information on this is highly welcomed!

Thanks in advance,
Filip