Okta Customer Identity

Focuses on Security and Privacy of Customers.

Challenges and Solutions

Screen Shot 2020-04-13 at 1.36.35 PM

  1. Build and integrate Apps with Okta AuthN 
    • SSO
    • Social Logins
    • Custom user experience
      • Signin widget
    • Prebuilt & custom process
      • Email template
      • Event hooks
  2. Secure APIs with Okta Authorization (API Access Management) 
    • OAuth/ OIDC Protocols
      • Screen Shot 2020-04-13 at 1.10.26 PM
    • Identity Proven Policy
      • Screen Shot 2020-04-13 at 1.12.27 PM
    • Plug & Play SDK/ APIs
      • Screen Shot 2020-04-13 at 1.13.53 PM
  3. Integrate Enterprise Identity
      • Screen Shot 2020-04-13 at 1.18.10 PM
  4. Protect against Risk of Account Takeover

Screen Shot 2020-04-13 at 1.19.36 PM

    • Risk-based Authentication
      • Screen Shot 2020-04-13 at 1.21.43 PM
    • Passwordless Authentication
      • Screen Shot 2020-04-13 at 1.22.20 PM
    • Pre-authentication sign-on policy evaluation
      • Screen Shot 2020-04-13 at 1.23.08 PM

Common Use-cases

Screen Shot 2020-04-13 at 1.54.26 PM

Screen Shot 2020-04-13 at 1.55.29 PM

Screen Shot 2020-04-13 at 1.56.42 PM

Screen Shot 2020-04-13 at 1.57.36 PM

API Access Management

API Access Management allows you to build custom authorization servers in Okta which can be used to protect your own API endpoints.

JSON Web Key Set (JWKS) is a set of keys which contains the public keys used to verify any JSON Web Token (JWT) issued by the authorization server and signed using the RS256 signing algorithm.

  • JSON Web Key (JWK) is a JSON representation of a cryptographic key.
  • Okta can use these keys to verify the signature of a JWT when provided for the private_key_jwt client authentication method or for a signed authorize request object.
  • Okta supports both RSA and Elliptic Curve (EC) keys.

Leave a comment