How to secure SpringBoot REST APIs using AzureAD B2C OAuth2 scopes?

preview_player
Показать описание
This video explains how to build a SpringBoot application from scratch and secure the APIs using the AzureAD B2C OAuth2 scopes. It uses the OAuth 2.0 client credentials grant to get access token from AzureAD B2C and use that access token to call the SpringBoot APIs.

Documentation referred :

#identity #iam #security #sso #oidc #idtoken #spring #springboot #openidconnect #java #javaprogramming #javasecurity #springsecurity #oauth #oauth2 #apisecurity #azure #azuread #azureactivedirectory #azureadb2c #oauth #oauth2
Рекомендации по теме
Комментарии
Автор

I don't know why your videos have less views. Have been learning from youtube since 15 years but never found anyone creating POCs by referring to the actual documentations. Your approach really gives a lot of confidence! Needless to mention that the topics you cover are really difficult to find elsewhere. Great content!

shikhinmisra
Автор

This was an excellent video, thanks for sharing it!

CalmFirst-py
Автор

You just help me immensely with a current issue! ❤

papidulzuratravel
Автор

Perfect timing, please share the Github repos too for future videos, it would be awesome

akhilkumar
Автор

Good video - One quick question, in step-4 said that the token will get validated... how and where the token will get validated ?

ViswanathTumbalamGooty
Автор

What is diference between Azure AD B2c and Entra Id in configuration. And which one i should use. Thank you

helencode
Автор

Some of the blades are missing in Azure B2C

christianrazvan
Автор

I am getting unable to resolve configuration with the provided issuer of"" error. Can you help me with this error .

rinciyacolaco
Автор

Great video and explaination. Though the Azure portal have few changes than this video but the concept remained pretty much same. I followed everything as per your video and verified with Azure documentation too, but I'm getting Invalid grant Please help to resolve

satyarajGovindaDas
Автор

how to change "exp" jwt claim in azure entra ID

harshats
Автор

Explained very well and really excellent!!!

ScoobyDoo-ctnd
Автор

Great video. I am getting the following exception when adding the issues found in the token: "Caused by: Unable to resolve the Configuration with the provided Issuer of:

johannesmarais