Skip to content

Implement lazy ClaimsIdentity creation from ValidatedToken on SAML and SAML2 on the new validation model #1346

Implement lazy ClaimsIdentity creation from ValidatedToken on SAML and SAML2 on the new validation model

Implement lazy ClaimsIdentity creation from ValidatedToken on SAML and SAML2 on the new validation model #1346

Workflow file for this run

name: "AOT Check"
on:
push:
branches: [ "dev" ]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches: [ "dev" ]
jobs:
analyze:
runs-on: windows-latest
name: "AOT check"
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup .NET 9.0.x
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 9.0.x
- name: Runs powershell script
id: aot-powershell
run: build\test-aot.ps1 'net8.0'