amd-srijaroy

Results 2 comments of amd-srijaroy

Can you please add Okta Authentication like Google oAuth ? https://developer.okta.com/code/ Python SDK : https://github.com/okta/okta-sdk-python. Example : https://github.com/okta/samples-python-flask React SDK : https://github.com/okta/okta-react Example : https://github.com/okta-samples/okta-react-sample

### Solution: **1. File :** _client_secrets.json_ Download it from : [https://github.com/okta/samples-python-flask/blob/master/okta-hosted-login/client_secrets.json.dist](url) and fill with your credentials In callback endpoint : ".... .. /authorization-code/callback" . Refer to the "callback_page" function for...