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'd like to write a program that uses the pyoidc from a native application to validate credentials using prompt=none. Is there an example or test case for this that I could look at?
The text was updated successfully, but these errors were encountered:
I'd like to write a program that uses the pyoidc from a native application to validate credentials using prompt=none. Is there an example or test case for this that I could look at?
There are test cases, for instance:
test_server_authorization_endpoint_request() and
test_server_authorization_endpoint_id_token()
both in test_oic_provider.py
Roland
”Capitalism is the extraordinary belief that the nastiest of men for the nastiest of motives will somehow work for the benefit of all" - John Maynard Keynes.
I'd like to write a program that uses the pyoidc from a native application to validate credentials using prompt=none. Is there an example or test case for this that I could look at?
The text was updated successfully, but these errors were encountered: