
ShaahB.04993 (Customer) asked a question.
I created a developer account for testing radius agents with the centos server. I downloaded the package and when I tried to install the package I got a failed error. I googled and found out it's because of the numbers I have in the URL. I changed the company name from the account setting, but the URL is not getting updated.
How can fix this issue?
Dev URL: https://acme.okta.com): https://dev-34722544-admin.okta.com
Enter the base URL for your Okta organization (e.g. https://acme.okta.com): https://dev-34722544-admin.okta.com
Use proxy server (Choose 'No' to use direct connection) Yes/[No] :No
2022-06-16 17:37:31 UTC [centos-server-08, main] : WARN - org.apache log level is INFO, setting to WARN
2022-06-16 17:37:31 UTC [centos-server-08, main] : WARN - org.apache.http.headers log level is WARN, setting to WARN
2022-06-16 17:37:31 UTC [centos-server-08, main] : WARN - org.apache.http.wire log level is WARN, setting to WARN
2022-06-16 17:37:31 UTC [centos-server-08, main] : WARN - httpclient.wire log level is INFO, setting to WARN
2022-06-16 17:37:31 UTC [centos-server-08, main] : INFO - Configuring settings...
2022-06-16 17:37:32 UTC [centos-server-08, main] : ERROR - Failed to save properties
com.okta.agent.AgentRuntimeException: Failed to fetch OAuth Codes from Okta
at com.okta.ragent.util.ValidatorUtil.validateCmdArgs(ValidatorUtil.java:176) ~[OKTARadiusAgent.jar:?]
at com.okta.ragent.app.Agent.main(Agent.java:32) [OKTARadiusAgent.jar:?]
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input
at [Source: (byte[])""; line: 1, column: 0]
at com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59) ~[okta-radius-eap-lib-1.1.6-004b0e2.jar:?]
at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4765) ~[okta-radius-eap-lib-1.1.6-004b0e2.jar:?]
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4667) ~[okta-radius-eap-lib-1.1.6-004b0e2.jar:?]
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3690) ~[okta-radius-eap-lib-1.1.6-004b0e2.jar:?]
at com.okta.agent.api.http.RestClient.getOAuthCodes(RestClient.java:278) ~[okta-agent.base-03.27.00-b8a9d43.jar:?]
at com.okta.ragent.util.ValidatorUtil.validateCmdArgs(ValidatorUtil.java:174) ~[OKTARadiusAgent.jar:?]
... 1 more
warning: %post(ragent-2.17.4-1.x86_64) scriptlet failed, exit status 1
Please move the post to the right section if I posted in the wrong section.
Thank you for your help.

Hi @ShaahB.04993 (Customer),
Thank you for posting on the Okta community page!
Based on the information provided, the base URL should't be https://dev-34722544-admin.okta.com as this link re-directs directly to the Admin console, therefore the following URL should be used to create the connection between the RADIUS agent and your tenant: https://dev-34722544.okta.com
Additionally, I have done some research and managed to find the bellow documentation that explains the required steps that need to be taken in order to change the subdomain of your tenant:
I hope the above information is useful!