Skip to content

Custom domain not supported with API usage #31

Open
@themire

Description

Prerequisites

Describe the issue

I am using the Ruby SDK in my Rails app which I want to use with both a custom domain and with the Kinde Management API.

I am confused as to whether or not this is possible, as the API is supposed to be used with the ..kinde.com domain.

On the Custom Domain docs it says

Even if you use custom domains, you need to use your Kinde domain for Kinde Management API access and machine-to-machine application

Is it possible to use the Ruby SDK for both custom domains and the API?

I am configuring Kinde as such
KindeSdk.configure do |c|
c.domain = "myurl.com"
end

Prior to adding my custom domain I could get an access token using KindeSdk.client_credentials_access

Library URL

https://github.com/kinde-oss/kinde-ruby-sdk

Library version

1.2.3

Operating system(s)

macOS

Operating system version(s)

Sonoma 14.5

Further environment details

No response

Reproducible test case URL

No response

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions