SwaggerHub Explore login fails for Community members and Github users
swaggerhub-team sent an email from smartbearmail.com asking us to log in and 'Start Exploring' with the SwaggerHub Explore tool. and to attend the upcoming webinar:https://smartbear.com/resources/webinars/how-to-dive-into-api-behavior/ but When the login button is clicked I can't use the community forum email address and password to login. OK , so i have to re-register... but, When I use my github oAuth account to authorize and register redirects to: https://api.id.smartbear.com/oauth/github/response?code=32e2783ddaf980d749c2&state=eyJsb2d...9 The following message appears: {"statusCode":400,"message":"interaction session id cookie not found"} A hard refresh gets the message "Failed to login with GitHub account.". 2nd time round is the same result starting athttps://id.smartbear.com/api/product?sourceProduct=sbportal1.5KViews0likes8CommentsAvoid exfiltering OAuth Credentials in Git Repository
Hi, I am using ReadyAPI to test an OAuth2.0 secured API. I am using a Composite project with Git integration and I do not see how could I make use of Auth Manager without exfiltering my OAuth credentials into Git in plaintext, as part of the settings.xml file, within con:oAuth2ProfileContainer and con:oAuth20AuthEntry I tried using client-id and client-secret as encrypted properties, but as soon as the groovy script sets them in the profile, they appear in clear text in the settings.xml file.Solved1.1KViews1like3CommentsHow to add oAuth profile for SOAP testing.
Hi I am able to find option to add oAuth profile for providing token to SOAP authentication. I tried both open source and Pro versions. In your documentation, it is asking to add oAuth profile as mentioned here but there is no such option. https://www.soapui.org/oauth2/oauth2-authorization/ I dont see any option to add oAuth in my latest version of SoapUI opensource. Here is the screenshot of my desktop program. Can someone help? its urgent. regards Fahad1.1KViews0likes1CommentPrefix a property transfer in header
I am using a property transfer to take an oAuth access_token from a response and transfer it to my next GET REST request. The header Name is "Authorization" and the value needs to be in the format "Bearer xxxxxx" ( wherexxxxxx is the transferred access_token) How to I add the Bearer prefix into my GET request? Do I need to add something in the property transfer target? Or is this done via test step properties?Solved9.9KViews0likes10CommentsHow to transfer TestCase properties value in Authentication(Oauth2.0) Access Token field ?
Here, In "Log in and Update" testcase custom properties present "access_token". I want to transfer this access token value in "get_profile" testStep in Authentication(Oauth 2.0) Access token field. How I do it ? Please reply me .3.7KViews0likes6CommentsOAuth for SOAP (not REST)
In SOAPUI 5.0, is OAuth 2.0 supported for SOAP? I have used itwith REST, but do not see how to adda tokento a SOAP request. I have tried addinga Bearer tokento an Authorization request header but based on (limited description in SOAPUI doc) it appears that an Auth profile may be required. That does not appear to be an optionwith SOAP. Can someone please clarify? ***Similar question posted 05-12-2014 09:16 PM by ArfiShah Thanks!1.6KViews0likes1Comment