Client assertions is a method of client authentication which can be used in OpenID Connect.This approach enhances security by using signed tokens (JWTs) to authenticate clients during the token request process or the OAuth PAR request.In ASP.NET Core, client assertions is not supported per default, a small implementation is required.The application uses Microsoft Entra ID as the OpenID Connect server and the identity provider.