Re: Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-12 Thread Dipak Rai
Hi Andy, Claus, Sorry that I couldn't reply earlier. But MS Server expecting a 'token' is not a problem. I am connecting to MS Server via token itself in the below way successfully. I hope it helps: //import the msal4j library as a pom dependency String AUTHORITY = "https://login.microsoftonline

RE: Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-12 Thread Andy Gilette
pted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any such problems in the contents of this message which arise as a result of e-mail transmissions. From: Claus Ibsen Sent: Friday, 13 June 2025 5:27 AM To: users@camel.a

Re: Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-12 Thread Claus Ibsen
Hi So did you implement a solution for this? If MS Authentication Server has this requirement, then it may be nice to have some kind of option in camel-http, you can set that then adjusts Camel to MS style. It can be some kind of vendor string so in the future there can be other implementations i

Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-09 Thread Andy Gilette
Hi all, I am looking for some advice regarding implementing oauth2 for the http component when authentication with Microsoft authentication servers. Many of our authorisations go through this so I'd prefer a more reusable solution. First up, you might ask why can't I just use the oauth2 parameter