443 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
18
views
How do I refresh an Okta OIDC token in an ASP.NET Web Forms application?
I have .NET Framework 4.8 ASP.NET Web Forms application that is secured by OKTA via OAuth 2.0/OIDC. I used the Okta.AspNet library. And I used this sample app as a guide to integrate Okta into my ...
0
votes
1
answer
117
views
How to use both authorization_code and client_credentials grant types in the same Spring application?
I have a web application which uses okta oauth2 with authorization_code grant types, SSO is also configured for the same enterprise okta auth server.
I want to expose some APIs from the same web app, ...
0
votes
0
answers
38
views
How to completely clear Okta credentials on iOS?
I'm using the Okta AuthFoundation API for authentication for an iPad app. I noticed that if I delete the app and reinstall it, the credentials are still present from the previous installation; I ...
1
vote
1
answer
72
views
Okta "PKCE code challenge contains illegal characters" - because base64 includes "+" and "="
I am trying to implement a simple Okta PKCE authentication. I am getting redirected to my callback URL with this error:
error=invalid_request&error_description=PKCE+code+challenge+contains+illegal+...
1
vote
2
answers
129
views
Exceptions being hidden by asyncio Queue.join()
I am using an API client supplied by a vendor (Okta) that has very poor/old examples of running with async - for example (the Python documentation says not to use get_event_loop()):
from okta.client ...
0
votes
0
answers
60
views
Okta redirect issue when third party cookie is blocked
We use Okta Sign in the new OIE 7.x version, and we see an issue when third-party cookies are blocked.
We have 2 apps. One is the main app, and the other is an exp app. We basically set the client ID ...
0
votes
2
answers
111
views
Fetch okta ids based on last login from Okta
I have a requirement to send login reminders to customers who last logged in one year ago. If they do not log in within 60 days of the reminder, their accounts should be deleted as part of our ...
0
votes
1
answer
68
views
OKTA Authentication Flow non-ui-based scenarios with same User context
Scenario-1:
A user is accessing the service-1 through UI. This access to service-1 is authenticated through the Login page. Now while calling the REST API of service-1, service-1 needs to call service-...
0
votes
0
answers
41
views
Retrieve AccessToken using session token Okta/OAuth2.0 from Backend Node JS Axios
I am working on creating API in Node JS, My requirement is write an APIs which authenticate Okta users from backend using /api/v1/authn endpoint which returns session token and using that token I ...
0
votes
0
answers
44
views
How can we call multiple brand for same application in OKTA?
I have created a new brand and added custom domain, but I am not able to call that new brand template in forgot password API.
curl --location --request POST 'https://{host}/api/v1/users/{user_id}/...
0
votes
0
answers
118
views
okta login how to display error message when user in provisioned status
Question: Given an Okta user in a provisioned state, when that user attempts to login, then how do we display a custom message to the user? (ex: "Go activate your account!")
Context: My team ...
1
vote
0
answers
411
views
How to get access token from Okta?
I've created a Application with API services as a chosen option. I'm trying to get token based on Client Id and Client Secret with the grant_type "client_credentials". But it is asking for ...
0
votes
1
answer
498
views
OKTA User Impersonation _Masquerade
This in context with OKTA. I am logged in as a Superuser (Admin) and trying to perform user impersonation via switch or masquerading in OKTA but could not locate the option in the user profile or ...
1
vote
1
answer
77
views
Grab top level json element with jq
I can grab sub elements without an issue, but if i try top level element it fails, i was wondering if anyone knew the best way to grab the value for the ID element
This works to grab sub elements
...
1
vote
2
answers
3k
views
okta oidc - Where/How do I find my jwks_uri?
I've already posted this question in okta community but haven't received an answer yet.
Hello!
Can someone explain how to find the jwk_uri? I was looking at the docs here:
https://developer.okta.com/...