Skip to content

Commit

Permalink
The provider side of handling logout.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe authored and tpazderka committed Oct 25, 2019
1 parent 2a949cb commit d70ceed
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 d70ceed

Please sign in to comment.