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

What does Issuer ".." not in keyjar mean? #824

Open
cwaldbieser opened this issue Jul 27, 2022 · 1 comment
Open

What does Issuer ".." not in keyjar mean? #824

cwaldbieser opened this issue Jul 27, 2022 · 1 comment

Comments

@cwaldbieser
Copy link

I have implemented a client with pyoidc for testing my OIDC provider.
It simulates an authorization code flow.
At the very end, when making the following call:

    resp = client.do_access_token_request(
        state=aresp["state"],
        request_args=client_args,
        authn_method="client_secret_basic",
    )

the process prints out "Issuer "..." not in keyjar" 2 times. The "..." is the arbitrary name I used as my client ID on both the OIDC provider and in the client. The program still runs to completion and behaves as I expect. It just prints out what I am assuming is a warning message. I'm not an OIDC expert, so I'm not exactly sure what it is trying to tell me. I gather that the library expects the client ID to be in the client.keyjar, and it's not, but I'm not sure how it is supposed to be populated.

I'm using Python 3,9 and pyoidc 1.4.0.

Thanks.

@tpazderka
Copy link
Collaborator

The keyjar should be populated via client registration. It might be that there is an extra branch that gets triggered in your flow.

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

No branches or pull requests

2 participants