Office365 login

Morning all,

I’ve recently started to learn PHP. I’m creating a fancy to do list to use for my own benefit in organising myself a little better!

Eventually, i’d like to use this in my work environment. At work we use office 365 and any apps I create in the future, I want them to all use office 365 login to avoid multiple logins for multiple apps.

Now, bearing in mind I’m still in my first app stages using a project as my learning basis, would you suggest that I create my app and create my own login system then later on remove my login seem aspnd replace with office365 api for login or would you create the app with no login, then integrate the office365 login as soon aspnd the app itself is done ?

Side question - I’ve been googling regarding the office365 login integration - am I correct when I say I need to look into Microsoft graph ?

Thanks in advance for help and suggestions, and I hope to become a regular member here !

You will want to do a few things. One, learn about login systems, just cause it is handy to use. Two, learn more about OAuth, that is where you will end up, but you should have a foundation first. Three, having multiple logins, while a pain, is actually better for you and more secure in general.

Thanks for your advice !

I guess whilst I’m here, I should ask - have you had much experience using the new Boston php tutorial? I’ve spent a lot of time looking for a list of tutorials that follow on from each other that will give me some good foundations to be able to program my own applications - I hear new Boston is good but never asked anybody their personal thoughts, or if they know of something better to use where the tutorials are in one place to get you going !

Thanks again

Sponsor our Newsletter | Privacy Policy | Terms of Service