Questions tagged [end-user]

37 questions
1
vote
1 answer

What if the user is still authenticated and the access token expires?

I am currently studying Oauth 2.0 and OIDC, and I have a confusion about access tokens. If the end-user is still interacting with the application and the access token the app obtained from the Authorization Server expires , what should the…
Yume
  • 21
  • 1
1
vote
2 answers

Live User monitoring by jmeter

I am looking to monitor live user responses through jmeter. Can the backend listener in jmeter used to record live users(end users)? I am not talking about virtual users that we set up in jmeter. But the real end users.How can this be…
user71899
  • 17
  • 1
  • 6
1
vote
1 answer

IBM Worklight 6.1 - connectAs endUser before authentication

I have a question about the connectAs="endUser" option, found in the adapter XML file. In the design mode I can read - endUser: The connection to the back end will be created with the user's identity, as authenticated by the authentication…
WiPhone
  • 683
  • 6
  • 24
1
vote
1 answer

Decoding Google Closure-compiled JavaScript stack traces

We have a reporting system that automatically logs and collates stack traces of errors from a live web application compiled with Google Closure. I have the source maps on the server and I am looking for a simple way to decode the compiled source…
Wivlaro
  • 1,455
  • 1
  • 12
  • 18
1
vote
2 answers

How do I sync my development with the users?

I create websites for people. I have given them the ability to edit certain areas of their published pages using CushyCMS. That works fine, and everyone is happy with it. When I go to publish some of my more extensive changes, I first need to pull…
Nathan DeWitt
  • 6,511
  • 8
  • 46
  • 66
1
vote
1 answer

Import issues to github from end user

I have some end user web project and use github as bug tracker. My end users is not programers and theys don't love github. What are server or other possible things exists for bug importing to github from such end user? Also need bugs exporting from…
mpz
  • 1,906
  • 3
  • 15
  • 23
0
votes
0 answers

Ruckus zone director 1200 does not send radius access accept results to end user for authentication

I set up a radius server for wifi authentication for an enterprise. Users accounts are store at google workspace. Each time i sent an access request from the radius server i received an access accept when credentials are good. when i also try it…
0
votes
0 answers

Excel 365 Windows 10 how to prevent hidden files creation? cannot delete w/o Admin Right

How to prevent hidden files sometimes created by Excel 365? Following Document properties are identical to my Excel Workbooks: names same but prefixed with '~'. location same How to remove these files listed by cmd-dir but not found by cmd-del?…
0
votes
0 answers

How can I securely update End User's Database with EF migration?

I have a program that runs on a wide variety of clients' computers. How can I automatically update the end-user database when I release an update of my program that I configured the migration with EF code-first? The point is, can we apply the…
0
votes
1 answer

Hide maintain page when a user is "end user" in ORACLE APEX

I want to hide Maintain pages from and set regulations on "end user" I'm creating application in oracle apex. For now I have 2 users accounts: One is administrator named A, the one is end user named B. Administrator can edit, insert and delete data…
aha
  • 19
  • 4
0
votes
1 answer

How to show item modified in the past 14 days in personal web part?

I am new with SharePoint. I can see my items with the Relevant Documents web part from Shared Documents library but nothing else. How can I modify Relevant Documents or add another Web Part to show me every item modified in the past 14 days from…
Michel S
  • 1
  • 1
  • 5
0
votes
1 answer

How to programmaticaly print two copies of the same document in Active Reports?

My customer wants an ActiveReports report to be printed twice as original and copy. Is it possible to do this programmatically or I need to create that report copy and include it as subreport? Cheers, Ray
Ray
  • 582
  • 1
  • 7
  • 15
0
votes
0 answers

How to windows form application to work with Oracle without installing Oracle client at end user pcs

i have an windows Form Application that use with Oracle db my Question is it applicable to install application on end user pc without having oracle Client , is There is there is any Solution like installing application on server that has oracle…
0
votes
4 answers

WPF End-User Conditional Formatting Solutions

WPF makes it very easy to create conditional formatting rules at design time based the underlying bound data values. Are there any existing solutions that allow end users to create conditional formatting rules at run time? Edit: I understand how to…
cordialgerm
  • 8,403
  • 5
  • 31
  • 47
0
votes
2 answers

Save instance of Python application

I wrote a Python application where the user can create projects, kind of like Word, Photoshop, Solidworks etc. Like for those applications, I need the user to save his work in a file thats specific to the program so that when he opens it, he…
Liam F-A
  • 135
  • 11