My Oracle Support Banner

OAM - REST Call For Retrieving The Forgot Password URL - Return A "405 Method Not Allowed" Error (Doc ID 3009754.1)

Last updated on MARCH 18, 2024

Applies to:

Oracle Access Manager - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Goal

Trying the below curl command for retrieving the Forgot Password URL, give a 405 error:

curl -u <user:passowrd> -w '%{http_code}\n' -i http://<OAM_Admin_Host>:<Admin_Port>/oam/admin/api/v1/configurationService/forgotPassword

HTTP/1.1 405 Method Not Allowed
Date: .......
Content-Length: ...
Content-Type: text/html; charset=UTF-8
X-Frame-Options: DENY
X-ORACLE-DMS-RID: 0
Set-Cookie: JSESSIONID=......
X-Content-Type-Options: nosniff
Allow: OPTIONS,PUT

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.