Azure AD supports ROPC for confidential clients, and thus MSAL4J should support it as well.
Even if this flow requires high trust, there're valid use cases like automation.
To illustrate what I mean, here's a simple implementation that extends ConfidentialClientApplication.
Azure AD supports ROPC for confidential clients, and thus MSAL4J should support it as well.
Even if this flow requires high trust, there're valid use cases like automation.
To illustrate what I mean, here's a simple implementation that extends
ConfidentialClientApplication.