You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: