sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
204 stars 79 forks source link

Support Oauth for Okta as Okta is more restricted #463

Closed pgopu closed 2 years ago

pgopu commented 2 years ago

Added more parameters to authorization and token url requests to support Okta Oauth2: "grant_type": "authorization_code", "response_type": "code", "auth_style": 1, "user_token": "RandomURLSafeStringWithAMinimumLengthOf43Characters",

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

adubovikov commented 2 years ago

Thank you!