-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Task]: Move expires_in field after scope while configuring oauth2 datasource #31059
Comments
If this issue has to be worked on, I can take it up |
@sneha122 @Nikhil-Nandagopal Hi. I want to ask if this is a rendered HTML page or something else. It may sound stupid, but it's my first time contributing. |
Hi @sneha122 |
Hi @yasharma2301 This is a good first issue, you can take it up if you want, Apologies for the delayed response!! |
Hi @theAravinthM We just need to shift expires_in field after the scope, no need to shift other fields, they can remain as they are today, Hope this helps! |
Hi @bandhan-majumder The code for this is written in JSX, which is eventually translated to HTML internally by React framework, Hope this answer helps!! |
…guring oauth2 datasource Updated RestAPIDatasourceForm.tsx
hey @sneha122 is this issue resolved or anyone is already working on it? |
@subhajit20 Yes there are already PRs created for this |
Hello, is this issue still open? |
Hi @BOSE-git There were PRs created for this issue earlier but due to various issues, we could not get around to merging these PRs. Let us discuss this internally and prioritise. |
Should I connect on LinkedIn? |
If there is any issue that I can help with, I will be happy to contribute |
Moving this to Product Backlog as no response from the contributor |
@sneha122 but there is not any expires_in section available in form file. Are we have to create that by ourself ? |
SubTasks
When creating authenticated API datasource for OAuth2, shift expires_in input field just after scope, so that all authentication fields are adjacent to each other, and users can discover it quickly
The text was updated successfully, but these errors were encountered: