How to disable form auto-complete for otk /oauth/manager page
search cancel

How to disable form auto-complete for otk /oauth/manager page

book

Article ID: 222138

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

For Oauth Manager 

How do I disable auto-complete?

Environment

Release : 10.0

Component :

Resolution

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.