For Oauth Manager
How do I disable auto-complete?
Release : 10.0
Component :
For this customization, can you try,
Goto your /oauth/manager policy.
Search for "Enter your username"
In the policy I have its,
Assertion 88 (return template response assertion).
Change this return template response assertion
from:
<form action="${this.app.url}" method="POST" class="form-body form-login">
To:
<form action="${this.app.url}" method="POST" class="form-body form-login" autocomplete="off">
Hit OK.
Save and activate.