Okta Rust Support

Seems like there is no out of the box support for Rust.

Where do we get information on how to build this on our own ?

Are there any plans to add Rust support, what is the time frame if so ?

It looks like Rust has built-in support for OIDC. Have you tried using that? Any OAuth 2.0 or OIDC library should work with Okta.

Late to the party here but thought I’d share a Rust library (okta-jwt-verifier) I published to help with access/ID token verification and claim deserialization, as it pertains to JWTs from Okta.

Crates.io Page
API Docs
Repo