-
Notifications
You must be signed in to change notification settings - Fork 15
Todor token rsnet #274
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
base: master
Are you sure you want to change the base?
Todor token rsnet #274
Conversation
adding also images from the video of the meeting - must be replaced
…-server-docs into todor-token-rsnet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces comprehensive documentation for JWT token-based authentication in Telerik Report Server for .NET, a feature added in version 2025 Q4. The documentation explains how users can create and manage personal access tokens as an alternative to username/password authentication when connecting from Report Viewers.
Key changes:
- Complete documentation for the new JWT token authentication feature
- Detailed explanation of token lifecycle, including creation, expiration, and temporary token management
- Guest User token management and report sharing capabilities
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The response from the server to the `PersonalToken` request contains two temporary tokens: | ||
| * `accessToken` with a default lifespan of 30 minutes; | ||
| * `refreshToken` with a default lifespan of 2 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those default values can be modified by the users through the appsettings.json file. @ighristov, do we want to have this in the docs or we'll tell customers only if they ask?

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added only general information that the lifespan is configurable
dotnet-docs/token-authentication.md
Outdated
|
|
||
|  | ||
|
|
||
| Each Token may be used to authenticate remotely against the Report Server for .NET with the Reading permissions of the corresponding User. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we have some kind of an info or warning box it would be great to have this piece of info more emphasized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed it to a Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.