Configuring an OpenID Connect Client to use the RSA-SHA256 algorithm for signing ID tokens
You can sign ID tokens with an OpenID Connect Client by setting the RSA-SHA256 (RS256) algorithm on the signatureAlgorithm attribute and configuring the OpenID Connect Relying Party (RP).
Before you begin
About this task
You can configure an OpenID Connect Client to use the RSA-SHA256 signature algorithm for the signature verification of ID tokens. Set the signatureAlgorithm to RS256 and configure a jwkEndpointUrl endpoint or a combination of trustStoreRef and trustAliasName attributes to indicate the public key to use for signature verification.