appcues / ueberauth_okta

Okta strategy for Überauth
MIT License
9 stars 18 forks source link

Okta compatibility updates #2

Closed Deconstrained closed 3 years ago

Deconstrained commented 3 years ago

Inconsistencies have been discovered between Okta's API and the OAuth2 implementation in this library that affect its ability to successfully get all the way through the authorization flow.

These issues, which are addressed in this change set, are as follows:

Deconstrained commented 3 years ago

Heya, thanks for approving and sorry for the late response (same, re: notification)

No concern of backwards compatibility; Okta's OAuth2 API doesn't have any sort of versioning.

Tip of the hat to @Jonathan-Arias for helping me figure this one out