---
title: "Add Step-up Authentication Using Angular and NestJS"
url: https://daily.dev/posts/add-step-up-authentication-using-angular-and-nestjs-wyoubhgzo
source_url: https://developer.okta.com/blog/2024/03/12/stepup-authentication
type: article
source: "Okta Dev"
published: 2024-03-12T16:19:43.068Z
updated: 2024-05-09T08:43:33.910Z
tags: ["authentication", "angular", "oauth", "nestjs"]
reading_time: 14
upvotes: 12
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Step-up Authentication Using Angular and NestJS

**[Okta Dev](https://daily.dev/sources/okta)** · 14 min read · 12 upvotes · 0 comments

## Summary

This post demonstrates how to add step-up authentication to an Angular frontend and NestJS backend using the OAuth 2.0 Step Up Authentication Challenge Protocol. It covers setting up the authentication configuration, guarding routes with step-up authentication, and protecting API resources with the challenge. The post also mentions the possibility of ensuring authentication recency in step-up authentication.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developer.okta.com/blog/2024/03/12/stepup-authentication>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#authentication](https://daily.dev/tags/authentication), [#angular](https://daily.dev/tags/angular), [#oauth](https://daily.dev/tags/oauth), [#nestjs](https://daily.dev/tags/nestjs)

[View this post on daily.dev](https://daily.dev/posts/add-step-up-authentication-using-angular-and-nestjs-wyoubhgzo)
