Skip to content
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

Add TVP to check if Token Identifier can be logged #2002

Merged
merged 1 commit into from
Jan 19, 2023
Merged

Conversation

sruke
Copy link
Contributor

@sruke sruke commented Jan 18, 2023

What is changing?
Introducing a new boolean TokenValidationParameter LogTokenId. By default, it set to true.
Why?
It will allow the library to log a token identifier if LogTokenId is set to true.

Note: Today, no action will be taken in Wilson based on the value of LogTokenId.

@sruke sruke requested a review from dannybtsai January 18, 2023 17:57
@sruke sruke self-assigned this Jan 18, 2023
@sruke sruke added the Enhancement The issue is a new feature label Jan 18, 2023
@sruke sruke added this to In progress in IdentityModel Board via automation Jan 18, 2023
@dannybtsai
Copy link
Contributor

Should Wilson log any message when the TokenValidationParameter.LogTokenId is true, or this is only for SAL to use?

@sruke
Copy link
Contributor Author

sruke commented Jan 18, 2023

Should Wilson log any message when the TokenValidationParameter.LogTokenId is true, or this is only for SAL to use?

Right now, only the TokenValidationParameter (TVP) is getting introduced in Wilson. No action will be taken in Wilson based on the value. I will create a GitHub issue to log the Token Identifier in Wilson based on the TVP value.

@sruke sruke merged commit 716124a into dev Jan 19, 2023
IdentityModel Board automation moved this from In progress to Done Jan 19, 2023
renovate bot added a commit to orso-co/Orso.Arpa.Api that referenced this pull request Jan 24, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[System.IdentityModel.Tokens.Jwt](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet)
| nuget | minor | `6.25.1` -> `6.26.0` |

---

### Release Notes

<details>

<summary>AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet</summary>

###
[`v6.26.0`](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/6.26.0)

[Compare
Source](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.25.1...6.26.0)

Servicing release
Introducing a new boolean TokenValidationParameter LogTokenId.

[AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2002
Update System.Text.Encodings.Web

[AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1997
Update ValidateToken call stack fully async

[AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996
JsonWebTokenHandler to return the JsonWebToken on validation failure

[AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1989
Update documentation of DefaultTokenLifetimeInMinutes

[AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1988

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@brentschmaltz brentschmaltz deleted the sruthi/LogTokenId branch June 2, 2023 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement The issue is a new feature
Projects
3 participants