In TokenAcquisition, the redirect uri is calculated if the cc application is created there. However, when creating a Daemon application and using the ConfidentialClientApplicationOptions, the redirectUri is not required, so TokenAcquisition calculates a redirecturi which is not registered or needed, and MS Identity Web currently throws a null ref here.
In
TokenAcquisition, the redirect uri is calculated if the cc application is created there. However, when creating a Daemon application and using the ConfidentialClientApplicationOptions, the redirectUri is not required, soTokenAcquisitioncalculates a redirecturi which is not registered or needed, and MS Identity Web currently throws a null ref here.