Three things worth reading about.
Single sign-on across the revenue platform
Fidelity National Financial
Designed and implemented the Auth0 IDP solution for the company's highest-revenue application and
the supporting applications around it, replacing per-app credentials with one identity surface.
Also maintained the Java Spring Boot service that administers the SSO configuration and user accounts.
Problem
Separate logins per application, with no shared session or central user store.
Approach
OAuth2 / OIDC flows through Auth0 as the IDP, using the web SDK, with Okta interop on the enterprise side.
Result
[users migrated / apps onboarded]
C#
ASP.NET MVC
OAuth2 / OIDC
Auth0 / Okta
REST APIs
Spring Boot
Document search on ElasticSearch
Fidelity National Financial
Built applications with an ElasticSearch back end for indexing and searching documents —
index design, reusable search templates, and the query layer the application reads through.
Problem
Document retrieval that did not scale past simple database lookups.
Approach
Purpose-built indexes and search templates behind a REST layer.
Result
[docs indexed / query latency]
ElasticSearch
C#
REST
Azure
Movie Application
Personal project
A search interface over film data — title, cast, and release information for anything
released or announced — built against a third-party REST API.
A deliberate learning project: I wanted to learn,
so I built something small enough to finish and real enough to hit a live API.
ASP.NET
JavaScript
REST API
Angular JS
Also: DotNetNuke CMS implementation with source modification and custom module development ·
video editing.