java.lang.Object
com.nimbusds.openid.connect.sdk.federation.policy.operations.SupersetOfOperation
All Implemented Interfaces:
PolicyConfiguration, PolicyOperation, StringListConfiguration, StringListOperation

Superset-of (superset_of) operation.

Example policy:

 "request_object_signing_alg_values_supported" : { "superset_of ": [ "ES256", "RS256" ] }
 

Input:

 "request_object_signing_alg_values_supported" : [ "ES256", "ES384", "RS256", "RS512" ]
 

Result:

 "request_object_signing_alg_values_supported" : [ "ES256", "ES384", "RS256", "RS512" ]
 

Related specifications:

  • OpenID Connect Federation 1.0, section 5.1.2.