Secure REST API that only works for users authenticated by App with SSO (OAuth?)

I somehow need to accomplish the following:

User accesses a application written in JavaScript.
Application uses SSO to identify the user who is logged into Windows.
Application obtains the access role for that user for the … Continue reading Secure REST API that only works for users authenticated by App with SSO (OAuth?)

Homekit Compatible Sonoff Firmware Without A Bridge

Generally speaking, home automation isn’t as cheap or as easy as most people would like. There are too many incompatible protocols, and more often than not, getting everything talking requires you to begrudgingly sign up for some “cloud” service that you didn’t ask for. If you’re an Apple aficionado, there …read more

Continue reading Homekit Compatible Sonoff Firmware Without A Bridge

Which grant type : Implicit or Auth code (with No secret key) is suitable for Single Page Application(SPA)?

I went thru multiple posts saying how implicit grant is a security risk and why auth code grant with AJAX request to Authorization server should be used after redirecting to application (without client_secret passed to Auth s… Continue reading Which grant type : Implicit or Auth code (with No secret key) is suitable for Single Page Application(SPA)?