René's URL Explorer Experiment


Title: oidcmsg.exception.MissingSigningKey · Issue #44 · IdentityPython/JWTConnect-Python-OidcRP · GitHub

Open Graph Title: oidcmsg.exception.MissingSigningKey · Issue #44 · IdentityPython/JWTConnect-Python-OidcRP

X Title: oidcmsg.exception.MissingSigningKey · Issue #44 · IdentityPython/JWTConnect-Python-OidcRP

Description: That's the log: 2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 "GET /static/jwks.json HTTP/1.1" 404 179 2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNING HTTP status 404 reading remote JWKS from https://12...

Open Graph Description: That's the log: 2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 "GET /static/jwks.json HTTP/1.1" 404 179 2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNING HTTP status...

X Description: That's the log: 2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 "GET /static/jwks.json HTTP/1.1" 404 179 2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNI...

Opengraph URL: https://github.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"oidcmsg.exception.MissingSigningKey","articleBody":"\r\n![image](https://user-images.githubusercontent.com/1297620/120894009-76d23580-c616-11eb-9fcf-d92b2b7e3c9e.png)\r\n\r\nThat's the log:\r\n````\r\n2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 \"GET /static/jwks.json HTTP/1.1\" 404 179\r\n2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNING HTTP status 404 reading remote JWKS from https://127.0.0.1:8000/static/jwks.json\r\n2021-06-05 15:52:27,643 cryptojwt.key_bundle ERROR Key bundle update failed: Remote key update from 'https://127.0.0.1:8000/static/jwks.json' failed, HTTP status 404\r\n2021-06-05 15:52:27,644 oidcrp.service ERROR Got exception while verifying response: alg=RS256\r\n2021-06-05 15:52:27,644 oidcrp.oauth2 ERROR alg=RS256\r\n2021-06-05 15:52:27,644 oidcrp.rp_handler ERROR ['Traceback (most recent call last):\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/oauth2/__init__.py\", line 156, in service_request\\n    response = service.get_response_ext(url, method, body, response_body_type, headers,\\n', \"AttributeError: 'AccessToken' object has no attribute 'get_response_ext'\\n\", '\\nDuring handling of the above exception, another exception occurred:\\n\\n', 'Traceback (most recent call last):\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/rp_handler.py\", line 489, in get_access_token\\n    tokenresp = client.do_request(\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/oauth2/__init__.py\", line 91, in do_request\\n    return self.service_request(_srv, response_body_type=response_body_type,\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/oauth2/__init__.py\", line 159, in service_request\\n    response = self.get_response(service, url, method, body, response_body_type, headers,\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/oauth2/__init__.py\", line 131, in get_response\\n    return self.parse_request_response(service, resp,\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/oauth2/__init__.py\", line 212, in parse_request_response\\n    return service.parse_response(reqresp.text, value_type,\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcrp/service.py\", line 558, in parse_response\\n    resp.verify(**vargs)\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcmsg/oidc/__init__.py\", line 354, in verify\\n    if not verify_id_token(self, **kwargs):\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcmsg/oidc/__init__.py\", line 318, in verify_id_token\\n    idt = IdToken().from_jwt(str(msg[claim]), **args)\\n', '  File \"/home/wert/DEV/IdentityPython/OIDC/env/lib/python3.8/site-packages/oidcmsg/message.py\", line 532, in from_jwt\\n    raise MissingSigningKey(\"alg=%s\" % _header[\"alg\"])\\n', 'oidcmsg.exception.MissingSigningKey: alg=RS256\\n']\r\n````\r\n\r\nWe know the nature of this exception, the RP cannot fetch the OP's jwks\r\n````\r\n2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 \"GET /static/jwks.json HTTP/1.1\" 404 179\r\n2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNING HTTP status 404 reading remote JWKS from \r\n````\r\n\r\nBut I believe that's something that must be improved to UX, they have to understand what's going wrong without being python developers :)\r\n\r\nWhen the error occours we must show to user a clear error message about the cause\r\n\r\n","author":{"url":"https://github.com/peppelinux","@type":"Person","name":"peppelinux"},"datePublished":"2021-06-05T13:58:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/44/JWTConnect-Python-OidcRP/issues/44"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8fba6655-10bf-6065-7151-e5b39353974f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id949C:1000D2:3A238E:4FFB0A:69772B6D
html-safe-nonce28f5ce31b14a2658cd28824f0efb23bed4cdcaed929d759dcb67fe95600995e7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDlDOjEwMDBEMjozQTIzOEU6NEZGQjBBOjY5NzcyQjZEIiwidmlzaXRvcl9pZCI6IjM4MTU2NjMzNzAwMzU5OTc1NDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaccb66edb17ea4e151c1b82ff0257c724583146ddcf88c894aff7da8bb420758cb
hovercard-subject-tagissue:912276101
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/IdentityPython/JWTConnect-Python-OidcRP/44/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3532896bbb4661d71d38d8e7b6810112eb0d289e7e7a4dd7ad2d9fc39f216e51/IdentityPython/JWTConnect-Python-OidcRP/issues/44
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3532896bbb4661d71d38d8e7b6810112eb0d289e7e7a4dd7ad2d9fc39f216e51/IdentityPython/JWTConnect-Python-OidcRP/issues/44
og:image:altThat's the log: 2021-06-05 15:52:27,643 urllib3.connectionpool DEBUG https://127.0.0.1:8000 "GET /static/jwks.json HTTP/1.1" 404 179 2021-06-05 15:52:27,643 cryptojwt.key_bundle WARNING HTTP status...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepeppelinux
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
go-importgithub.com/IdentityPython/JWTConnect-Python-OidcRP git https://github.com/IdentityPython/JWTConnect-Python-OidcRP.git
octolytics-dimension-user_id29101624
octolytics-dimension-user_loginIdentityPython
octolytics-dimension-repository_id111778784
octolytics-dimension-repository_nwoIdentityPython/JWTConnect-Python-OidcRP
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id111778784
octolytics-dimension-repository_network_root_nwoIdentityPython/JWTConnect-Python-OidcRP
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef752335dbbea672610081196a1998e39aec5e14b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FIdentityPython%2FJWTConnect-Python-OidcRP%2Fissues%2F44
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FIdentityPython%2FJWTConnect-Python-OidcRP%2Fissues%2F44
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=IdentityPython%2FJWTConnect-Python-OidcRP
Reloadhttps://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44
Reloadhttps://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44
Reloadhttps://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44
IdentityPython https://patch-diff.githubusercontent.com/IdentityPython
JWTConnect-Python-OidcRPhttps://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FIdentityPython%2FJWTConnect-Python-OidcRP
Fork 28 https://patch-diff.githubusercontent.com/login?return_to=%2FIdentityPython%2FJWTConnect-Python-OidcRP
Star 89 https://patch-diff.githubusercontent.com/login?return_to=%2FIdentityPython%2FJWTConnect-Python-OidcRP
Code https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP
Issues 4 https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues
Pull requests 0 https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/pulls
Actions https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/actions
Projects 0 https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/projects
Security 0 https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/security
Insights https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/pulse
Code https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP
Issues https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues
Pull requests https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/pulls
Actions https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/actions
Projects https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/projects
Security https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/security
Insights https://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/pulse
oidcmsg.exception.MissingSigningKeyhttps://patch-diff.githubusercontent.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44#top
https://github.com/peppelinux
https://github.com/peppelinux
peppelinuxhttps://github.com/peppelinux
on Jun 5, 2021https://github.com/IdentityPython/JWTConnect-Python-OidcRP/issues/44#issue-912276101
https://user-images.githubusercontent.com/1297620/120894009-76d23580-c616-11eb-9fcf-d92b2b7e3c9e.png
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.