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
Kilo Patron

Hi @Ganeshm1 

 

No its not deprecated. 

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

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

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