Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Include oidcservice in OidcRP #34

Merged
merged 19 commits into from
May 11, 2021
Merged

Include oidcservice in OidcRP #34

merged 19 commits into from
May 11, 2021

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