Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Update request_object.rst #3509

Merged
merged 1 commit into from
Aug 2, 2019
Merged

Conversation

leastprivilege
Copy link
Member

No description provided.

@leastprivilege leastprivilege merged commit 7a50dcc into master Aug 2, 2019
leastprivilege added a commit that referenced this pull request Aug 2, 2019
(cherry picked from commit 7a50dcc)
@leastprivilege leastprivilege deleted the docs/update-request-objects branch August 22, 2019 15:11
leastprivilege added a commit that referenced this pull request Sep 8, 2019
* updated storage

* update version

* Update azure-pipelines.yml for Azure Pipelines

* install right SDK for Linux

* start modifying IdentityServer itself

* compiles on 3

* update to new hosting model

* added endpoint info to request logger

* started working on EF

* remove extra line

* Cherry Pick request object PR

* fix cherry pick

* Set client id in user login events from resource owner password validator (#3442)

(cherry picked from commit 6ef66a1)

* Easier Authorization Code extensibility (#3463)

* separate code creation and storage

* added properties to AuthorizationCode

* updated dictionary

(cherry picked from commit f7362df)

* Easier support for impersonating clients (#3464)

* add new property to ValidatedTokenRequest

* check for impersonation flag in default claims service

* add test

* requested changes

(cherry picked from commit 94ee194)

* 3445 refresh token logs (#3468)

* #3445 Modify token revocation logs to more clearly indicate behavior

* #3445 Modify log to log both client id's

* #3445 Test revoke of another client's refresh token should not skipped but still return success

* #3445 Revoking another client's access token should return success but not revoke the token

(cherry picked from commit 0038e71)

* update to .NET Core Preview 7

* move Storage back to netstandard

* workaround for strongly typed HttpClientFactory problem

* add todo

* temporarily disable tests

* fix artifacts directory

* csproj cleanup

* consolidate strong naming keys

* migrated EF.Storage - tests don't work - skipped for now.

* more fixes for tests required

* updated EF

* update AspId

* install right SDK for CI

* clean up

* ensure SDK version for MinVer is installed (#3490)

* updgrade bullseye

* change middleware order

* CORS validation handling normalized URIs (#3478)

* Added failing tests

* Changed CORS origin check to allow for normalized ports

(cherry picked from commit 80d7a39)

* fix JS for automatic signout redirect (#3491)

* fix JS for automatic signout redirect to wait until iframe is done loading #3475

* revert back to the load event for redirect after signout

(cherry picked from commit 13430dc)

* remove extra out of index msg template that cause exception during logging (#3494)

To resolve #3482

(cherry picked from commit 1a7fb8e)

* Fix/3431 (#3467)

* Protected data members should be properties, not fields (CA1051).

* Using structured logging messages to avoid unnecessary string allocations at runtime.

* Restricting refresh_token's sliding lifetime when creating new refresh_tokens. Adding warning about incorrectly configured clients.

* Adding test.

(cherry picked from commit 3752f76)

* set Json.Net version to 12.0.1

* remove IdentityServerPrincipal

* Update add_apis.rst (#3508)

(cherry picked from commit c719bfc)

* Update request_object.rst (#3509)

(cherry picked from commit 7a50dcc)

* update build scripts

* Add support for additional signing algorithms (#3511)

* allow specifying signing algorithm on all helper methods

* add support for variable length c_hash and at_hash

* add EC

* add StateHash property to authorization code

* add s_hash support

* added test for s_hash for code flow

* cleanup crypto extensions

* consolidate StateHash and StateToHash

* Move to IdentityModel v4

* update tests

* update IdM version

* work on EF tests

* move context accessor access (#3517)

(cherry picked from commit 835f519)

* Set typ header for access tokens (#3513)

* set typ header for access tokens (and enforce in API)

* add jwt type to options

* update token validator to use jwt type

* adjust testrs

* adjust tests

* clean up DefaultCustomTokenValidator

* exclude vs directory from clean script

* update migrations

* skip one more test where ef in-mem provider seems broken

* update connection strings and host for 3.0 style

* update aspnet identity host for 3.0 style

* add docs for jwt access token type setting

* add support for ECDSA keys in disovery

* add helper for ECDSA

* update clients to 3.0

* add Json.Net to host

* sponsors update for july

(cherry picked from commit 3c109dc)

* Update readme.md (#3525)

fix  discription for hybrid authentication

(cherry picked from commit cfd2d5d)

* make EC work by hard-coding crv (for now)

* Update README.md

(cherry picked from commit 56eaba8)

* update to netcore preview8

* Update specs.rst (#3556)

(cherry picked from commit ca5e557)

* Ecdsa curve handling (#3534)

* Handling for crv values

* Added handling for curve mismatch

* Set id_token_signing_alg_values_supported based on signing credential

* Used CryptoHelper.GetCrvValueFromCurve to use constants

* update IdentityModel

* cleanup ECDSA code

* update samples

* Add convenience overloads for setting signing keys

(cherry picked from commit f8a7c51)

* Support specific signing algorithms per validation key (#3561)

* Add convenience overloads for setting signing keys

* add indirection to signing keys to support specific algorithms per key

* added null checks around getting the signing credential + cleanup

* Added test for validation keys with different algorithms (#3532) (#3562)

* changed ClaimValueTypes.Integer to Integer64 (#3563)

* Fix ConsentGrantedEvent xml document (#3540)

(cherry picked from commit 28b971d)

* Update 8_aspnet_identity.rst (#3476)

Remove "the a"

(cherry picked from commit 00fb686)

* move logging before removal so the PromptMode is included in the logging (#3523)

(cherry picked from commit 0c097ee)

* Fixed null reference (#3565)

* cleanup

* cleanup crypto

* update dependency

* update serilog

* add comment for azure diagnostics

* update IdentityModel

* Re-factor logic to turn Secrets into SecurityKeys (#3584)

* added extension method to turn secret collection to SecurityKeys

* changed JwtRequestValidator and PrivateKeyJwtValidator to use new extension method

* update host logging

* add return code for host

* update to netcore preview9

* update samples

* update AzDO

* Fixed Typo (#3595)

dynamical to ydynamically

(cherry picked from commit 86da612)

* Updated tests for EF Core 3 (#3582)

* Removed usage of in-memory database until EF Core 3 is ready

* Made CORS service pull full client record into memory until EF Core 3 is ready

* Added integration tests for token cleanup

* reenable in-mem tests

* added package icon

* re-enabled tests

* move cors service to EF project

* split clean scripts

* moved unit tests

* rework token cleanup service

* add expiration index

* updated migrations

* update automapper

* update source link

* reverted to icon url

* identify the builds for each solution in the logs (#3586)

* key management samples (#3606)

(cherry picked from commit a401ec2)
@lock
Copy link

lock bot commented Jan 10, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant