{%extends "base.html"%} {%block title%}gn-auth: View OAuth2 Client{%endblock%} {%block pagetitle%}View OAuth2 Client{%endblock%} {%block content%} {{flash_messages()}}

Change Oauth2 Client Secret

You are attempting to change the CLIENT_SECRET value for the following client:

Client ID {{client.client_id}}
Client Name {{client.client_metadata.client_name}}

Are you absolutely sure you want to do this?
Note that you'll need to update your configurations for the client and restart it for the settings to take effect!

{%endblock%}