Skip to content

Commit

Permalink
Merge pull request #700 from OpenIDC/logout_provider_2
Browse files Browse the repository at this point in the history
The provider side of handling logout
  • Loading branch information
tpazderka authored Oct 25, 2019
2 parents 2a949cb + d70ceed commit 34a672b
Show file tree
Hide file tree
Showing 11 changed files with 1,547 additions and 348 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on the [KeepAChangeLog] project.
### Changed

- [#688] Second stage of adding logout support.
- [#700] Third stage of adding logout support, provider side

### Fixed
- [#602] Fixed uncaught error on unpacking of message
Expand All @@ -28,6 +29,7 @@ The format is based on the [KeepAChangeLog] project.
[#683]: https://github.com/OpenIDC/pyoidc/issues/683
[#688]: https://github.com/OpenIDC/pyoidc/pull/688
[#698]: https://github.com/OpenIDC/pyoidc/pull/698
[#700]: https://github.com/OpenIDC/pyoidc/pull/700

## 1.0.1 [2019-06-30]

Expand Down
3 changes: 0 additions & 3 deletions src/oic/oic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ def __init__(
self.kid = {"sig": {}, "enc": {}}
self.requests_dir = requests_dir

# LOGOUT related
self.post_logout_redirect_uris = []

def _get_id_token(self, **kwargs):
try:
return kwargs["id_token"]
Expand Down
Loading

0 comments on commit 34a672b

Please sign in to comment.