omniauth-okta
omniauth-okta copied to clipboard
Add an option which allows use of Okta's org authorization server
Problem Seems like custom authorization server is now only available if API Access Management feature is purchased. However it is still possible to use org authorization server which is available in basic subscription, but current implementation assumes that custom authorization server is always present.
Proposal Add an 'use_org_auth_server' client option which will allow us to use the org authorization server, this option will be set to false by default.
Can we get this merged, please?