Skip to content

Tags: jakubfijalkowski/IdentityServer4

Tags

4.0.0-preview.6

Toggle 4.0.0-preview.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify semantics of resource validator and scope parser (IdentitySer…

…ver#4452)

* attempt to clarify semantics

* another possible improvement?

* minor feedback

* make individual scope validation easier

* update other hosts to match resource changes

* updates from code review/testing

4.0

Toggle 4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify semantics of resource validator and scope parser (IdentitySer…

…ver#4452)

* attempt to clarify semantics

* another possible improvement?

* minor feedback

* make individual scope validation easier

* update other hosts to match resource changes

* updates from code review/testing

4.0.0-preview.5

Toggle 4.0.0-preview.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enhancements to add logout notification service as first class service (

IdentityServer#4390)

* enhancements to add logout notification service as first class service for SLO notifications.

* more signout rework

* add interface for back channel http client

* add default timeouts for backchannel http calls

4.0.0-preview.4

Toggle 4.0.0-preview.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 4_javascript_client.rst (IdentityServer#4292)

added an additional step to maintain consistency with previous tutorial chapters. This would be useful if a learner skips ahead directly to building a JS client after getting the main auth server to work.

3.1.3

Toggle 3.1.3's commit message
update SDK

4.0.0-preview.3

Toggle 4.0.0-preview.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use non-case sensitive string for any ids IdentityServer#3184 (Identi…

…tyServer#4234)

3.1.2

Toggle 3.1.2's commit message
set versin to 3.1.2

3.1.1

Toggle 3.1.1's commit message
set version to 3.1.1

4.0.0-preview.2

Toggle 4.0.0-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add JAR support (IdentityServer#4024)

* add logic to be compatible with both OIDC request objects and JAR

* add tests for request object without any query string parameters

* update logic to move client_id extraction to JwtRequestValidator

* add more explicit validation check of client id in query vs jar payload

Co-authored-by: Brock Allen <[email protected]>

4.0.0-preview.1

Toggle 4.0.0-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Bug_report.md