Microsoft identity platform and OAuth 2.0 authorization code flow example for Daraja HTTP Framework

The Authorization Code Flow with Proof Key for Code Exchange (PKCE) is a recommended OAuth 2.0 flow for native apps. No client secret is required in this flow. Instead, a secret is created by the calling application that can be verified by the authorization server.

Continue reading “Microsoft identity platform and OAuth 2.0 authorization code flow example for Daraja HTTP Framework”