Jump to content

BatteryLove

Member
  • Posts

    6
  • Joined

  • Last visited

About BatteryLove

BatteryLove's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi there, Trying to implement an authentication flow with whmcs using OpenID Connect. I have implemented the login functionality and it works well but when i try to logout like this: var endSession = client.endSessionUrl({ post_logout_redirect_uri: clientConfig.post_logout_redirect_uri, id_token_hint: session.access_token, state: generators.state(), }); I get this error: TypeError: end_session_endpoint must be configured on the issuer ... and accessing https://whmcs.example.com/oauth/openid-configuration.php i dont see any `end_session_endpoint`. Any help on how to logout using OpenID Connect would be appreciated!
  2. Im consuming the whmcs api remotely to build my own system but i can't find how to check if a domain is required to render the domain check form, otherwise render the product configuration (just as the normal whmcs flow is). Any help would be appreciated. Thanks!
  3. I just noticed that i had to better understand the difference between a User and a Client. So sometimes a User account has multiple Client accounts.
  4. Im having a similar issue but with logging in while using remote API. I get logged in to a different user which means it mismatches the userid's. Any luck fixing this?
  5. Having similar issue with remote API, using authentication validateLogin(), i get logged in to a completely different user missmatching the userid
  6. Exactly the same issue. I never thought someone else encountered this. @iwanndie did you find a solution? I know its an old topic but please let me know if you found any solution. Im stuck with this! Thanks!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated