okta / okta-sdk-golang

A Golang SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
https://github.com/okta/okta-sdk-golang
Other
175 stars 143 forks source link

Additional authentication method #254

Open BalaGanaparthi opened 3 years ago

BalaGanaparthi commented 3 years ago

Currently Okta provider supports AuthN with (API_Token) or (Client_ID + PrivateKey + Scopes)

It would be beneficial to have an additional option for authentication using (Client_ID + Public and Private Keypair JWK + Scopes), Where the provider generates the .pem formatted with the supplied JWK and passes the pem formatted value as expected to the underlying GOLang SDK.

monde commented 3 years ago

internal ref OKTA-421161

github-actions[bot] commented 3 years ago

This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the stale label.

github-actions[bot] commented 3 years ago

This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the stale label.