How to integrate okta in ASP.NET Core6 web App (MVC)
Sep 8, 2022 · How to integrate okta in ASP.NET Core6 web App (MVC) Asked 3 years, 4 months ago Modified 2 years, 4 months ago Viewed 3k times
Okta login page goes to infinite loop after user authentication
Sep 3, 2021 · like this My Angular app integrated Okta access and user management API. The application backend is hosted in AWS Beanstaik and front end angular app is hosted S3.
okta - Last Login Date to Application - Stack Overflow
Sep 25, 2017 · I am looking for an API to find the user's last login date to a particular application. Not sure if it exists, please let me know your thoughts on getting this information through API calls.
Okta - AUtomate users and group assignments via Terraform
Oct 13, 2022 · provider registry.terraform.io/okta/okta v3.36.0 Affected Resource (s) okta_app_group_assignments okta_group_memberships okta_user I am trying to configure and …
list all the users assigned to each application for every app in OKTA
May 10, 2023 · I've been trying to implement this for my project and the code I've written is taking almost 90 minutes. We have total 170 apps in OKTA and total active users in OKTA are close to 1100. I've had …
Combine Okta and Entra Authentication schemes in ASP.NET Core …
Oct 19, 2024 · I want to combine Okta and Entra authentication schemes in ASP.NET Core MVC app. Program.cs: // Okta builder.Services.AddAuthentication (options => { …
React with Okta - LoginCallback called twice - Stack Overflow
Feb 15, 2024 · 3 I managed to integrate my react app with Okta authentication and it works. However, I'm facing the following problem: I enter my app > Okta-hosted login screen appears > I press "Login" …
Okta IDP Initiated RelayState - Stack Overflow
Jun 17, 2016 · If your app embed url does not end with "/sso/saml", I suggest the use of SAML Tracer to verify the "real" url Okta uses (the app embed url or another url the app embed url redirects to). …
How to configure and get custom attribute in okta with saml2.0
Nov 7, 2016 · I am using okta as idp in my application, I want to configure custom attribute eg: ID, how can be done in okta? and how to set those values in okta?
How does okta verify codes work without internet?
Sep 21, 2023 · We use okta verify for MFA. I am attempting to login to okta enabled website in laptop. To get a push notification to approve, I need internet in my mobile device with okta app. But there is …