Skip to content

Commit

Permalink
Add entities descriptor (#54)
Browse files Browse the repository at this point in the history
* Add `EntitiesDescriptor`

* Add `EntityDescriptorType` enum to allow to parse arbitrarily nested `EntityDescriptor`s and `EntitiesDescriptor`s

* Update CHANGELOG

---------

Co-authored-by: Daniel Wiesenberg <[email protected]>
Co-authored-by: Nathan Jaremko <[email protected]>
  • Loading branch information
3 people committed Jun 23, 2024
1 parent 09c4dda commit 8ccbcd2
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog


### Unreleased

### 0.0.16

- Add support for basic `RequestedAuthnContext` de-/serialization in `AuthnRequest`
- Add support for Elliptic-curve cryptography
- Use enum for signature and digest algorithm
- Add EntityDescriptorType enum to allow parsing of arbitrarily nested EntityDescriptors and EntitiesDescriptors

### 0.0.15

Expand Down
Loading

0 comments on commit 8ccbcd2

Please sign in to comment.