We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e09e4 commit 6c1eaccCopy full SHA for 6c1eacc
README.md
@@ -61,8 +61,9 @@ or add options like the following:
61
fields: ['profile', 'email'],
62
client_options: {
63
site: 'https://your-org.okta.com',
64
- authorize_url: 'https://your-org.okta.com/oauth2/v1/authorize',
65
- token_url: 'https://your-org.okta.com/oauth2/v1/token'
+ authorize_url: 'https://your-org.okta.com/oauth2/default/v1/authorize',
+ token_url: 'https://your-org.okta.com/oauth2/default/v1/token',
66
+ user_info_url: 'https://your-org.okta.com/oauth2/default/v1/userinfo',
67
},
68
strategy_class: OmniAuth::Strategies::Okta)
69
```
0 commit comments