Redirection to Privatebin after Oauth2-proxy not working #1186
Replies: 1 comment
-
You will have to review the exact requests and redirects issued by your setup, for example using your browsers F12 console using the network traffic tab. Very likely, the oauth server tries to redirect you back to the original page, but it won't have access to the hash-part of your URL (the bit after the "#" which is the secret key of the paste) and so the privatebin application will switch into the "new paste" mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem/question
I have Privatebin setup in K8s cluster which has Oauth in-front of this. When opening a secret URL like
https://example.com/?<key>#<value>
after successful authentication, It lands on an empty page shared below instead of the same URL that was hit previouslyDid you use the FAQ section?
What you did?
...
What happens
When opening a secret URL like
![image](https://private-user-images.githubusercontent.com/60381500/276681243-b2bafb08-7ed7-498b-94c2-9ed80b36a499.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTAwMTMsIm5iZiI6MTczOTA0OTcxMywicGF0aCI6Ii82MDM4MTUwMC8yNzY2ODEyNDMtYjJiYWZiMDgtN2VkNy00OThiLTk0YzItOWVkODBiMzZhNDk5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIxMjE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZhYjUwOWJjYWRiMDg4YjNiNjE1OTdiM2Y1M2MzNmExMmY1ZjI2NzNjYjI4YTc4MGZjOThmODU0YWZkOWRhNjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EM9G1zryCf--ICddsWIAcVjd_aSJYk8aKQD-D1Te2bA)
https://example.com/?<key>#<value>
after successful authentication, It lands on an empty pageWhat should happen
Instead it should land on page which has secrets that is shared on it.
Additional information
No response
Server address
No response
Server OS
No response
Webserver
No response
PrivateBin version
No response
Browser and version
No response
Local operating system and version
No response
Issue reproducibility
Yes, reproducible on https://privatebin.net.
Beta Was this translation helpful? Give feedback.
All reactions