We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Is "Create an OAuth API endpoint for external clients" deprecated?

Ganeshm1
Tera Guru

While creating application registry for 

 "Create an OAuth API endpoint for external clients" observed that prefix [Deprecated UI] . If its deprecated, which method we need to use to create an application registry as a Oauth provider (inbound api calls)? 

Please let me know your thought on this. Thank You!
 
2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @Ganeshm1 

 

No its not deprecated. 

Refer : https://www.servicenow.com/docs/r/application-development/app-engine-management-center/create-oauth-...

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

TharaS657398130
Giga Guru

Hi

Use the modern flow: go to System OAuth → Application Registry → New, then choose “Create an OAuth API endpoint for external clients” (this is still the correct option for inbound OAuth). The difference is mainly UI/experience — the recommended approach now is to manage and test everything through REST API Explorer / OAuth Entity Profiles / Credentials modules in the newer UI, but the underlying setup (client ID, secret, token endpoint, etc.) remains the same