@stefan-0 Are you getting the user-id from the Retrieve a Link api call? That can me if you are making the API call successfully. I may be missing something, but I think the Retrieve a Link returns information about the Identity Provider. I don't think that will get you the token. Am I missing something? You may want to take a look at Complete an OpenID Connect Login.
Posts made by mark.robustelli
-
RE: Azure AD token absent in link API response
-
RE: Is it possible to add a custom identity provider or modify OpenID Connect?
@adam-rahman I heard back from TikTok. Not a very detailed response, but pretty clear they are not going to change anything.
"
Thank you for reaching out to TikTok for Developers Support.I'm sorry that this can't be changed at present.
"For now, I will continue to push the issue internally. If there is progress, we will update the Github issue.
-
RE: Is it possible to add a custom identity provider or modify OpenID Connect?
@adam-rahman Thanks. I'll keep an eye on this as well and reach out if I see any movement or hear anything.
-
RE: Is it possible to add a custom identity provider or modify OpenID Connect?
@adam-rahman It looks like TikTok is not adhering to the OAuth2 standards. I'm not sure why. I have put an email into them to see if there is any reason and I will let you know if I hear anything back. I have looked around a bit, and cannot seem to find a why to change the parameter in the querystring through FusionAuth. There is currently an open Github issue for this. I added a comment but I suggest you go and upvote it too. You may also want to reach out to TikTok and ask them to get compliant.
-
RE: Visual Studio Templates Broken?
@teyog10322 Visual Studio 2022, how about you?
-
RE: FusionAuth not persisting user's info
@account what are you using to make the API calls? Have you tried using Postman to see if that is consistent?
-
RE: FusionAuth server completely locked up
@peanutsunless glad this was useful for you!
-
RE: expired user search query
@ganr0307 I should have some time next week to check this out. Will let you know if I find anything.
-
RE: SMTP Failing
@tschlegel Could it be a firewall issue not allowing the production server to see the SMTP server?
-
RE: I Need Some Help Integrating FusionAuth with Azure
@sunita65rwt What kind of integration are you working on? Can you narrow down your request in terms of what you are trying to accomplish? What frameworks are you working with? If you can clarify a bit, it may be easier to help.
-
RE: Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2
@aman-c Have you been able to follow the Next.js quickstart?
-
RE: Database search "limitations"
@tschlegel There are differences between the database search engine and using open search. Some of the searches are more limited with the database search engine.
"If you don’t need advanced searching capabilities, you may be able to use the database search engine for large installations. This is not a use case FusionAuth tests, so ensure you provision your database with enough resources and benchmark your typical use cases."
-
RE: Trying to set up user registration on email invite
@aditya-badayalya If you are using a paid plan, you can use the Self Service Account Management. If not, it really depends on your workflow. You can always set up a page and use the APIs to update the information with the data the user inputs.
If you are getting an error, can you share an example call with the data causing the error?
-
RE: Lambda Login validation
@olivier-rochon Would you be able to provide a little more detail? Does the error always occur or do you get that message only when an error occurs?
-
RE: HTTP 500 on password reset
@rohit How often does this happen? Do the logs always state the same thing?
-
RE: Proxy Configuration Warning: CSRF error
@skibirige Can you share your CORS Filter settings from the FusionAuth admin without sharing sensitive information?
FusionAuth admin -> System -> CORS tab
-
RE: What is the process to remove a custom hashing scheme?
@lhatter, The FusionAuth recommendation is to leave all password hashing plugins in place once installed.
See Deleting Plugins on the Custom Password Hashing page.
-
RE: Add a delay before redirect after account creation
I don't know of a way to delay the redirect. How about redirecting to a page that pings for status and when the update happens then send to your final page?
Also, Have you checked out Lambdas? Not sure what your exact workflow is, but they may help. If that doesn't work, you may want to check out something likeevents & webhooks. There should be some combination there that will get you what you need. If not, let us know and why they will not work for you.
-
RE: Connection Issues Between FusionAuth and PostgreSQL in Kubernetes on Docker Desktop
@vinaymanepalli30 I am not a Kubernetes expert by any means. It looks like you have the right approach. Can you connect the localhost db from the localhost? Can you run and share your ip config once all the machines are up and running?