Explore >> Select a destination


You are here

svrooij.io
| | smsagent.blog
10.5 parsecs away

Travel
| | For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly...
| | www.stevejgordon.co.uk
8.8 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | www.sheshbabu.com
8.1 parsecs away

Travel
| |
| | brianreiter.org
71.9 parsecs away

Travel
| I have been using a time-based one time password (TOTP) generator on my phone with my clod-based accounts at Google, Amazon AWS, GitHub, Microsoft -- every service that supports it -- for years now. I have over a dozen of these and dragging my phone out every time I need a 2-factor token is a...