# Requested Attributes (OIDC)
The meaning of the information is dependent on the Authn Connector. There are two mechanisms for determining the RequestedAttributes:
- Using IdP Scoping.
- 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:
- Using the
scope
parameter and adding scope with the prefixservice
.- Example:
scope=openid profile service:MyService
- Example:
- Configure service in the configuration app for the OICD connection.