Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Include oidcservice in OidcRP#34

Merged
rohe merged 19 commits intodevelopIdentityPython/JWTConnect-Python-OidcRP:developfrom
incl_oidcserviceIdentityPython/JWTConnect-Python-OidcRP:incl_oidcserviceCopy head branch name to clipboard
May 11, 2021
Merged

Include oidcservice in OidcRP#34
rohe merged 19 commits intodevelopIdentityPython/JWTConnect-Python-OidcRP:developfrom
incl_oidcserviceIdentityPython/JWTConnect-Python-OidcRP:incl_oidcserviceCopy head branch name to clipboard

Conversation

@rohe
Copy link
Contributor

@rohe rohe commented Apr 15, 2021

This is a massive change since it encompasses moving the whole OidcService package into OidcRP.
It means that the JWTConnect stack now are composed of three parts instead of four which makes some things much easier.
One reason for doing this was that OidcRP really didn't contain much more then a number of RP examples.

As this wasn't enough this version also supports the new persistent storage model.

Furthermore in OidcService we had some circular references.
One more critical then others: service->service_context->service->..
This didn't work well with the new persistent storage model.
So I got rid of it by introducing a top layer (the entity.Entity class) and then provide those modules that need access to services or the service_context with functions they can call to get access to them.

With this release OidcService will be marked as archived and will not be updated anymore.

@rohe
Copy link
Contributor Author

rohe commented Apr 15, 2021

The CI will fail because of the dependency on OidcMsg version 1.3 which isn't out yet.

Copy link
Contributor Author

@rohe rohe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, should really be

srv = client.client_get('service', 'end_session')

@peppelinux
Copy link
Member

Fixed here:
366904b

@rohe rohe merged commit ea1a0c3 into develop May 11, 2021
@rohe rohe deleted the incl_oidcservice branch May 12, 2021 07:10
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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.