Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared Authentification between two OP #764

Open
CroustiBreton opened this issue Oct 26, 2020 · 1 comment
Open

Shared Authentification between two OP #764

CroustiBreton opened this issue Oct 26, 2020 · 1 comment

Comments

@CroustiBreton
Copy link

Hello,
I am contacting you for a lack of understanding about OIDC.
I understand this is not the ideal location as it is not a bug, but I need help with a feature that seems basic for OIDC.

I am trying to set up a link between two OP servers (with pyoidc).
Each of them hosts an RP as well as a secured service, but I would like to set up the fact that a user can authenticate on one and obtain access on the second (like all the examples with Google and other services).

Is it possible ? Is there a documentation detailing how to set this up ?
From what I read, it seams to be related with the Access Token ?

Thanks for any help,
Quentin

@scottdear
Copy link

You can make one the relying party of the other and vice versa, e.g. each OP is also a Relying Party of the other.

You could also do some kind of OWASP session implementation between the two.

Then each would just be a separate OP that provides authentication to configured RP's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants