omniauth / omniauth-okta

OAuth2 strategy for Okta
MIT License
41 stars 37 forks source link

Fix client options #5

Closed hectron closed 5 years ago

hectron commented 5 years ago

https://github.com/dandrews/omniauth-okta/pull/1

  • Removed the environment variables for setting up the urls, the code that is configuring the gem can do that if they want to.
  • Use the options[:client_options][:site] for iis and aud when validating the token instead of the environment variables
  • Updated readme

If you need any other changes to be able to merge this let me know!

Also fixed the broken test