Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: ADFS and EWS

by perlfan (Vicar)
on Jul 10, 2020 at 10:46 UTC ( [id://11119132]=note: print w/replies, xml ) Need Help??


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 (Beadle) on Jul 10, 2020 at 13:42 UTC
    don't know how you can work in this space and not walk away with brain damage.

    Who said I didn't?

    Anyways; Yes. Something like that.
    But some bits are controlled by corporate, in another country (and another language, probably)

    I was hoping Email::Folder::Exchange::EWS would shortcut all the other alphabet-soup stuff, but it just gets 401 :'(
    I'll check those links.
    Thanks.
      >Who said I didn't?

      You're here, so that's ++ towards your sanity xD

      What you're missing now is the Authentication step. Once you clear security, that package should eliminate most of the soup.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119132]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found