-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Labels
EnhancementA request or suggestion to improve some aspect of the libraryA request or suggestion to improve some aspect of the librarySDK-ConsistencyItems that deal with consistency between all MSALsItems that deal with consistency between all MSALs
Description
Spec:
- new API at request level (on all AcquireToken* methods) should allow passing in a map of key / value string pairs
- in public client, the authorization url which is used to open the browser, must use append these parameters
- in confidential client, the
GetAuthorizationUrlAPI should take into account these parameters - in both clients, the token endpoint must append these parameters (even though the request is a POST request)
- when talking to broker, the parameters must be added the
Propertiesbag of auth parameters - in case of conflict, (e.g. app developer tries to pass in
scope=fooand call AcquireTokenInteractive), throw exception
Needed for a number of functionalities to be enabled. E.g.:
Customers needs support of extra query parameters in order to use ROPC flow with B2C
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementA request or suggestion to improve some aspect of the libraryA request or suggestion to improve some aspect of the librarySDK-ConsistencyItems that deal with consistency between all MSALsItems that deal with consistency between all MSALs