Forum Discussion

Bear787's avatar
Bear787
New Contributor
11 months ago

What should be used as authorization if single sign on is used for logging into application

We use single sign-on to login to the instance and do not have access to our password. In this case, what should be used as authorization in SOAPUI

    • Bear787's avatar
      Bear787
      New Contributor

      Hi Humashankar,

      Can you please tell what is the next steps after obtaining access token? What should be enter under the password details.

      Thanks in advance!

  • Hi there,

    Thank you for sharing this insightful and logical question! When Single Sign-On (SSO) is used for logging into an application, it's essential to implement proper token-based authentication mechanisms. Typically, OAuth 2.0 is a popular choice for managing SSO authorization securely. You can also use SAML tokens or JWTs (JSON Web Tokens) for seamless user authentication and to maintain security across services. If you’re considering how this ties into other authorization strategies, it’s important to ensure integration with identity providers. 

    Hope this clears up your query!