JohnathanCodes
open-menu closeme
Home
Links icon
Github LinkedIn Twitter
About
github twitter linkedin
  • Create a Custom Okta Login Page in Angular

    calendar Aug 18, 2022 · 6 min read  ·
    Share on: twitter facebook linkedin copy

    Overview Okta is a security provider that allows us to quickly implement OAuth 2.0 / OIDC for our own set of applications. The default implementation of a login page is to redirect to the Okta page, and some extra work is involved in creating a custom login page. I will walk you through how to set up a login page for …


    Read More
  • Launch a Windows Desktop Application from a Browser

    calendar Jun 28, 2022 · 9 min read  ·
    Share on: twitter facebook linkedin copy

    Overview This tutorial will show you how to launch a Windows desktop application from within a browser and how to handle the launch from within an Electron app. In Windows, a custom URI scheme is a method to create a new custom URL protocol that will map to a Windows command by creating a registry key on the local …


    Read More
  • Spring Boot App to App OAuth2 with Spring Security

    calendar Jun 4, 2022 · 6 min read  ·
    Share on: twitter facebook linkedin copy

    Overview This tutorial will show how to call OAuth 2.0 secured resource servers from within a secured Spring Boot app. Spring security and spring OAuth client provide a way to make requests to secure resource servers quickly. We will use an OKTA authorization server and a Spring Boot resource server in this example to …


    Read More

Johnathan Bressette photo

Johnathan Bressette

Software Engineer passionate about tech and building awesome projects
Read More

Recent Posts

  • Create a Custom Okta Login Page in Angular
  • Launch a Windows Desktop Application from a Browser
  • Spring Boot App to App OAuth2 with Spring Security
JohnathanCodes

Copyright 2022-  JOHNATHANCODES. All Rights Reserved

to-top