Skip to main content

User API Access (Auth Code with PKCE)

The Client Credentials Grant is used to get App API Access to resources from the API. Client Credentials authenticates your app, not any specific user.

With a token from the Client Credentials Grant you can:

  • Get generic and statistics information about Hubble (for instance products & sales)

And you cannot:

  • Request information about a specific user
  • Request the userinfo information
tip

Do not attempt to implement the Authorization Code Grant yourself, use a library!
You can find examples at the intro page.


Configuration

tip

On test, use login.test.starcommunity.app instead.

You can use the following URLs when requested:

DescriptionURL
Discovery Endpointhttps://login.starcommunity.app/.well-known/openid-configuration
JWKS Endpointhttps://login.starcommunity.app/oauth2/jwks
Authorize Endpointhttps://login.starcommunity.app/oauth2/authorize
Token Endpointhttps://login.starcommunity.app/oauth2/token
Userinfo Endpointhttps://login.starcommunity.app/oauth2/userinfo
Logout Endpointhttps://login.starcommunity.app/oauth2/logout

Other settings: