
How is the OAuth/Okta Sign-in redirect URI used
Feb 9, 2024 · So according to Okta documentation, the "Sign-in redirect URI" configured during Application creation is where "Okta sends the authentication response and ID token for the …
What factors drive the setting of redirect_uri in okta-spring-boot ...
Aug 3, 2024 · 400 Bad Request Error: The 'redirect_uri' parameter must be a Login redirect URI in the client app settings My Maven parent is spring-boot-starter-parent 3.3.2 and I've declared …
asp.net - Okta auth stuck in infinite loop - Stack Overflow
Jun 4, 2023 · I'm tasked to setup authentication by Okta. The auth code works on my dev computer, but it gets infinite loop on the staging server. The framework is asp.net webforms …
OktaAuth authorization code flow in a React App - Stack Overflow
Dec 4, 2023 · I'm having trouble understanding how to use the okta-react library within my React App, to login using the authorization code (non pkce) grant type. My setup as of right now is …
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 …
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, 3 months ago Modified 2 years, 4 months ago Viewed 3k times
How do I move a user from group assignment to individual using …
May 9, 2023 · In order to remove Users from an App in Okta using the API, their access first must be changed from "Group" to "Administrator". Selecting Administrator then calls their access …
Okta Angular: Error: The 'post_logout_redirect_uri ... - Stack Overflow
May 30, 2022 · Since the URLs do not match, Okta will not redirect you, since the sign out URL needs to be whitelisted. Change the post_logout_redirect_uri parameter in you request to …
JSON to CSV via MuleSoft DataWeave - Okta App data
Mar 26, 2025 · I was struggling to get a DWL script going, given the following JSON data from Okta's API. Search for only "signOnMode" JSON array items that equal to "SAML_2_0", and …
saml okta redirect idp fails - Stack Overflow
Apr 11, 2019 · I have created a SAML 2.0 App on okta and have finished all the configurations. I then attempt to do an authorization from my application, by doing a redirect to the okta idp ->