# Requested Attributes (OIDC)

The meaning of the information is dependent on the Authn Connector. There are two mechanisms for determining the RequestedAttributes:

  1. Using IdP Scoping.
  2. Using Broker Services.

# RequestedAttributes

The scope parameter can be used to specify the RequestedAttributes. The openid scope will be omitted.

Example: scope=openid profile email

# Broker services

There are two mechanisms for determining Broker services:

  1. Using the scope parameter and adding scope with the prefix service.
    • Example: scope=openid profile service:MyService
  2. Configure service in the configuration app for the OICD connection.
Last updated: 4/11/23, 2:27:56 PM UTC