Creating a JWT Bearer Token with Azure Active Directory [GCast 139]

preview_player
Показать описание
A Bearer Token provides information to an API request about an account from a trusted authority. Azure Active Directory can serve as a trusted authority to authenticate an account and provide a Bearer Token in JSON Web Token (JWT) format. This video shows how to accomplish this.
Рекомендации по теме
Комментарии
Автор

Is ROPC authentication which you described in video 116 not required now?

hdstudio
Автор

I know its late but can you link me the docs where you get this information from?

Sameer.Trivedi
Автор

If I need to sign the token with my personal secret key, is it possible?

sunilvurandur