Posts RSS Feed
Automate the creation of an App Registration using Azure CLI
Published:Discover useful Azure CLI commands and Graph API endpoints to automate the creation of App Registrations and Enterprise APplications on Azure.
How to retrieve OAuth 2.0 ID & Access Tokens in Spring Boot
Published:Learn how to access the OAuth 2.0 ID & Access Tokens stored in the Spring Boot Security Context, read their raw values and understand their contents and claims.
How to use the Microsoft Graph API Java SDK (v6)
Published:Learn how to interact with the Microsoft Graph API using Java and the latest MS Graph SDK, with practical examples.
Using Tauri & React to Build a Native Windows App, Streamdog
Updated:How I built Streamdog by leveraging my existing React knowledge for the frontend and using Tauri as a backend and native toolkit.
What is New in Java 21 (LTS), with Practical Examples
Updated:Discover all new features introduced in Java 21, including practical examples and code snippets for developers. Also includes notable features since Java 17.
Acquiring a Token for On Behalf Of Flow (MSAL4J)
Published:Learn how to obtain an OAuth 2.0 On Behalf Of Flow Access Token using the Microsoft Authentication Library for Java (msal4j).