Questions tagged [okta-api]

API for single sign-on service OKTA

436 questions
0
votes
0 answers

OKTA SSO verification shows Invalid URL

When I try to verify JWT token using the SpomkyLabsJose Library with the credentials provided by the client it shows "Invalid URL. 200" I don't know why it's showing 200. Also, the token is created with OpenID Connect. The code is pasted below. I…
0
votes
0 answers

General questions about user management in okta

I just started using okta and I'm a bit lost: I just discovered that in okta you can create groups, and that is very handy since in the application I'm trying to develop I have two types of users, so I would want to create a group for each. However,…
0
votes
1 answer

Facing API Validation failed error while creating new User in Okta

I'm using okta-sdk-java in my application to implement okta based login authentication. I'm able to successfully login the app with the user created in Okta developer console. but while trying to create a new user to my okta application-group…
Heisenberg
  • 147
  • 1
  • 4
  • 14
0
votes
1 answer

Access ServiceNow API which is okta Enabled

I would like to get list of all Incidents which are in "Awaiting caller feedback State" in ServiceNow. Our servicenow is Okta enabled. Can you please let us know how can I access Servicenow API which is Okta enabled.
Prateek
  • 21
  • 4
0
votes
0 answers

Getting "token is Invalid" with Okta OAuth request, why?

I am trying to call OKTA logout api from client. But it ends up with 404 Bad request. It expects 3 parameters: id_token_hint, post_logout_redirect_uri and state(optional). I am hitting request with format…
CoronaVirus
  • 401
  • 2
  • 7
  • 20
0
votes
1 answer

JAVA based SAML token authentication for Okta without spring

I have a requirement where in we have integrated our ECM software with okta. To upload documents to the ECM software, i would need to get the SAML token from okta and append the token with the document upload request webservice. I would like to know…
Pradeep Achar
  • 363
  • 1
  • 3
  • 7
0
votes
0 answers

Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-CSRF-TOKEN'.. Spring-boot

I am trying implement saml authentication with Okta following the tutorial Spring Boot, SAML, and OKTA After authentication I need to be redirected to the index.html but it is taking me to whitelabel error page? Whitelabel Error Page This…
0
votes
1 answer

Okta setting subdomains cookies

I am using @okta/okta-auth-js and wanting to set multiple domains/subdomains cookies after logging in. ie. I want to be able to login on app.example.com which will set a cookie for .example.com However out of the box from the module using…
tony
  • 305
  • 5
  • 18
0
votes
0 answers

Okta, one application several APIs

I have 2 applications and each one has his own backend but I want to access the third API from both applications. this third API should be secured. the same security that the other 2 applications have. the problem is that each application has a…
0
votes
1 answer

CORS - No 'Access-Control-Allow-Origin' when revoke token

I am trying to call API /v1/revoke from an Angular 6 client with OKTA implicit flow (using library angular-oauth2-oidc). From the sample program, I add a new function revokeToken() as the library doesn't implement a revoke-token function. I include…
Zee
  • 606
  • 8
  • 16
0
votes
0 answers

Xamarin.Forms: OKTA SSO integration with SAML

In our Xamarin.forms app, we want to support SSO with OKTA. By using link https://developer.okta.com/blog/2018/05/01/add-authentication-xamarin-openid-connect, we were able to implement SSO feature but using "OpenId Connect" (not SAML). My question…
user369182
  • 1,995
  • 4
  • 16
  • 17
0
votes
1 answer

Jhipster with JWT authentication integration with okta

I have created an application with JWT authentication. I want to integrate with OKTA. Just to gain knowledge I have created a sample application with oauth authentication and was able to successfully integrate with okta. Now I would like to…
0
votes
2 answers

okta unable to add my jhipster microservice application

Initially I have setup microservice application with oauth2 and keycloak. I was able to do that successfully. I have added all things such as SECURITY_OAUTH2_CLIENT_ACCESS_TOKEN_URI, SECURITY_OAUTH2_CLIENT_USER_AUTHORIZATION_URI,…
0
votes
1 answer

Issue while creating an application through okta api

I am facing issues while creating an Okta app via Okta APIs. I followed this documentation to create an app with the following: headers = { 'Accept': 'application/json', 'Authorization': 'SSWS '+api_token, 'Content-Type':…
kalakaar
  • 121
  • 1
  • 1
  • 8
0
votes
1 answer

OKTA - Get username from profile claims in C# Load_Page method

We’re developing a custom sign in page. Actually, we’re using the Okta Sign In Widget on an aspx page. The reason we’re doing this is because we must integrate with another .NET API library. So far, everything out of the box works great. User goes…
gilpach
  • 1,367
  • 3
  • 16
  • 34