# IdP-scoping in Signicat Identity Broker
With IdP-scoping, you can direct the end-user from your application to a desired identity provider so the end-user will not be offered multiple identity providers to choose from within the Signicat Identity Broker. This enables you to let the end-user make a choice within your application, or to enforce the use of a given identity provider for a given service.
# eHerkenning
# SAML production and pre-production
<samlp:Scoping xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol">
<samlp:IDPList>
<samlp:IDPEntry ProviderID="eherkenning"/>
</samlp:IDPList>
</samlp:Scoping>
# OpenID
idp_scoping:eherkenning
# eIDAS
# SAML production
<saml2p:Scoping>
<saml2p:IDPList>
<saml2p:IDPEntry ProviderID="eherkenning"/>
</saml2p:IDPList>
</saml2p:Scoping>
# OpenID
idp_scoping:eherkenning
# DigiD (optional)
# SAML production and pre-production (new)
<samlp:Scoping xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol">
<samlp:IDPList>
<samlp:IDPEntry ProviderID="digid"/>
</samlp:IDPList>
</samlp:Scoping>
# OpenID production and pre-production (new)
idp_scoping:digid