Skip to content

Releases: omniauth/omniauth-okta

v2.0.0

18 Apr 17:11
b7d530a
Compare
Choose a tag to compare

When implementing logout flow for Okta, you need to pass the id_token as a parameter for the logout route. This token is provided in the access token response, as long as you have requested the openid scope for the user. See Okta docs. Prior to 2.0, the id_token set in the extra hash was mistakenly set to the access token.

While this was unintended functionality, we are bumping major version to ensure that anyone who may have relied on that incorrect behavior does not experience a breaking change.

Thanks to @amichal and @ryanswood via #17 and #24.

v1.0.0

06 Apr 21:30
bd84810
Compare
Choose a tag to compare

Includes all changes from 0.1.3
as well as the following PR:

#16

v0.1.3

06 Apr 21:28
7246c02
Compare
Choose a tag to compare

Contains the changes from the following PRs:

#9
#12

v0.1.0

05 Jun 15:11
Compare
Choose a tag to compare

Initial release of Omniauth Okta OpenID Connect Strategy