-
```
What steps will reproduce the problem?
1. http://pastebin.com/T8qMWcfg outh.jsp
2. http://pastebin.com/KE8QCL2t outhcallback.jsp
What is the expected output? What do you see instead?
Expected : …
-
```
What steps will reproduce the problem?
1. http://pastebin.com/T8qMWcfg outh.jsp
2. http://pastebin.com/KE8QCL2t outhcallback.jsp
What is the expected output? What do you see instead?
Expected : …
-
```
What steps will reproduce the problem?
1. http://pastebin.com/T8qMWcfg outh.jsp
2. http://pastebin.com/KE8QCL2t outhcallback.jsp
What is the expected output? What do you see instead?
Expected : …
-
```
What steps will reproduce the problem?
1. http://pastebin.com/T8qMWcfg outh.jsp
2. http://pastebin.com/KE8QCL2t outhcallback.jsp
What is the expected output? What do you see instead?
Expected : …
-
Hi,
The getAccessToken don't work with the google oauth1 api.
The api return this error :
signature_invalid base_string:POST&https%3A%2F%2Fwww.google.com%2Faccounts%2FOAuthGetAccessToken&oauth_consu…
-
Can you provide an updated example using v1.3.0 and oAuth - I've tried using the login example on the documentation tab but it shows logging in with User Name and Password however the login method onl…
-
Version: `v3 (3.0.1)`
Calling `.authenticate()` which triggers (at least):
- getAccessToken()
Let's say the above fn successfully returns the object (fields: `accessToken, accessTokenExpiresAt…
-
## I'm submitting this issue for the package(s):
- [ ] jwt-verifier
- [x] okta-angular
- [ ] oidc-middleware
- [ ] okta-react
- [ ] okta-react-native
## I'm submitting a:
- [x] Bug report…
-
Hello
I have get api_key and put it into assets folder.But when i run the sample app , checkLoggedIn failed because of getAccessToken failure.
Do you know how to get accesstoken?or I should create o…
-
I am doing v2 migration, and discover that I can use the new (v2) app's client_id to request for an authorization code, and use this auth code to get an access token for the v1 app.
That is, in au…