omniauth / omniauth-okta

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

Add an option which allows use of Okta's org authorization server #31

Open okriuchykhin opened 1 year ago

okriuchykhin commented 1 year ago

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.

hmnhf commented 1 year ago

Can we get this merged, please?