Security-related properties in conf/oidc.properties: Name / Default | Type | Description |
---|
idp.signing.oidc.rs.key | JWK file pathname | JWK RSA signing keypair | idp.signing.oidc.es.key | JWK file pathname | JWK EC signing keypair | idp.signing.oidc.rsa.enc.key | JWK file pathname | JWK RSA decryption keypair | idp.oidc.signing.config shibboleth.oidc.SigningConfiguration | Bean ID | Allows override of default signing configuration | idp.oidc.encryption.config shibboleth.oidc.EncryptionConfiguration | Bean ID | Allows override of default encryption configuration | idp.oidc.rodecryptdecryption.config shibboleth.oidc.requestObjectDecryptionConfigurationDecryptionConfiguration | Bean ID | Allows override of default request decryption configuration | idp.oidc.rovalidvalidation.config shibboleth.oidc.requestObjectSignatureValidationConfigurationSignatureValidationConfiguration | Bean ID | Allows override of default request signature validation configuration | idp.oidc.rovalid.config shibboleth.oidc.tokenEndpointJwtSignatureValidationConfiguration | Bean ID | Allows override of default JWT token validation configuration |
|