azure-ad-b2c / samples

Azure AD B2C custom policy solutions and samples.
848 stars 599 forks source link

ROPC - Set grant_type, scope and client_id as default #613

Open stephenpollinate opened 7 months ago

stephenpollinate commented 7 months ago

I could made a ROPC call to get access token with username, password, grant_type, scope and client_id as parameters.

Is it possible to configure default parameters for grant_type, scope, and client_id in XML when making an ROPC call to obtain an access token using just username and password?