Hey folks,
I’m seeking help to understand how to dynamically register a client (Dynamic Client Registration | Okta Developer) with an okta custom authorization server more specifically how does the api path look like in that case.
I have tried a POST request “https://{Okta_Base_Url}/oauth2/v1/clients” which gives 403 even though the required access is there so I guess this works for default server but not with a custom one.
If I use https://{Okta_Base_Url}/oauth2/${custom_auth_serverId}v1/clients I get 405(endpoint doesn’t support http method). Can any one help me out here?