in reply to ADFS and EWS
The seige of alphabet soup confusion levied against tech people by microshaft never ceases to amaze me. don't know how you can work in this space and not walk away with brain damage. It's almost like the do it on purpose. <_<
It appears just from wading in this garbage for 5 minutes to me that you establish an oauth2 token via ADSF, then use that to connect to EWS. I assume you need to have exchange configured against ADFS already.
- https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/authentication-and-ews-in-exchange
- https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/development/ad-fs-openid-connect-oauth-concepts
- https://aws.amazon.com/blogs/mobile/building-adfs-federation-for-your-web-app-using-amazon-cognito-user-pools/
So it looks to me like a combination of various things that Perl supports via CPAN:
- Oauth2 (a valid token provided by ADFS being ultimately what allows you to access exchange)
- XML
- SAML
- Active Directory/LDAP
Good luck, idk how you put up with this unnecessary and never ending complication of permutations.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: ADFS and EWS
by The_Dj (Sexton) on Jul 10, 2020 at 13:42 UTC | |
by perlfan (Vicar) on Jul 10, 2020 at 23:57 UTC | |
by Anonymous Monk on Jul 10, 2020 at 13:59 UTC |
In Section
Seekers of Perl Wisdom