Category "okta"

Airflow with Okta integration

I'm attempting to integrate Airflow with Okta, however there is little documentation available online. I'm referring to a blog article, but I can't seem to get

Need do write unit tests with jest for react app, that uses okta, but getting warning

import { SecureRoute, Security, LoginCallback } from '@okta/okta-react'; import React, { useMemo } from 'react'; import { Route, Switch } from 'react-router-dom

NestJS: Is it possible to call a third party API inside a guard?

I have create a guard to verify Okta tokens in my guard.However to verify there is another external api that needs to be called.Is it possible and advisable to

Unable to authenticate (okta) a post request to a route from within a route getting a 401 Unauthorized response. GET Request works

I have a nodejs app utilising express using @okta/okta-sdk-nodejs and @okta/oidc-middleware to handle authentication. I have a number of routes that work fine a

okta-auth-js Uncaught TypeError: Super expression must either be null or a function

After making the production build I am getting this error in the console and the application is not getting loaded. enter image description here My Environment:

Apache superset with Okta integration

https://github.com/apache/superset/issues/13948 I am configuring Okta with Apache Superset but it's redirecting me to the login page after authentication with m

Okta sign up responses with E0000060 error code

I'm configuring authentication with Okta service. I'm using angular framework and okta signin widget. I also added feature flag to my OktaSignIn object and conf

How to solve "No compatible browser found" error in Okta login?

While trying to login into the OKTA login page, the android device is giving this error, And the login fails. D/MainActivity: null onError AuthorizationExce

RFC - Adding Group Claims from OKTA to Role Claims in .net Framework Using OIDC

PROBLEM: The suggested method by Lee Brandt see: https://developer.okta.com/blog/2018/04/18/authorization-in-your-aspnet-mvc-4-application was not working due t

AWS Cognito in place of Keycloak [closed]

We are building a web application that need some features of user managements : admin user, admin group, business team groups, public user, ba