• OAuth and Single Sign On (SSO) To Job Server Portal Redirecting to Login

    Greetings Everyone,

    We are having an issue which our SSO Logins to the Job and App Server portals just redirect back to the Login page.

    Our Web portal seem to work without issue. I've uploaded a few pics to show the issue:

    1. We perform our MFA and…

  • how is the clientId being passed to the token endpoint? Is it in header in Authorization? or as part of Body? or Both?

    In an attempt to get token from SSO.  The oneIdentity does a call to /token endpoint of SSO.
    Usually, the client id and secret is passed either as header or as body
    an example:
    /token HTTP/1.1^M
    Connection: close^M
    Authorization: Basic aXNhbXJwOnhKck…