Angular Articles, Tutorials & News

Angular, OAuth 2.0 and Keycloak

In previous posts, I wrote about Getting started with Keycloak and Angular, OpenID Connect and Keycloak. In this post, I take a look at Keycloak’s support for OAuth 2.0 scopes. Requirements Serendipity has four roles: Guest User Manager Administrator Sere…

Read more »

Angular, OpenID Connect and Keycloak

In a previous post, I wrote about wanting to add support for Single Sign On to Serendipity and the steps I followed to launch and configure Keycloak. There are several certified OpenID Connect (OIDC) implementations that provide OIDC and OAuth 2.0 protoca…

Read more »

Angular Configuration on Netlify

Almost every Angular application needs some configuration to run. It may be as simple as the API URL, or information needed for authentication. And many times these values change from environment to environment. So what are the options for providing this …

Read more »