This library allows you to (relatively) easily integrate Magic Links into your Azure AD B2C tenant using an existing or new Asp.net Web API project. This can be deployed in the same project as your ...
Opinions expressed by Forbes Contributors are their own. Rhett is a DC based executive coach who covers entrepreneurship. As the global health crisis winds down, the world looks toward in-person ...
Validation steps this library makes: 1. Accepts an Azure AD B2C JWT. 2. Extracts `kid` from unverified headers. 3. Finds `kid` within Azure JWKS. 4. Obtains RSA key from JWK. 5. Calls `jwt.decode` ...