forgejo/templates/user/auth
Zettat123 886a675f62
Return access_denied error when an OAuth2 request is denied (#30974)
According to [RFC
6749](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1),
when the resource owner or authorization server denied an request, an
`access_denied` error should be returned. But currently in this case
Gitea does not return any error.

For example, if the user clicks "Cancel" here, an `access_denied` error
should be returned.

<img width="360px"
src="https://github.com/go-gitea/gitea/assets/15528715/be31c09b-4c0a-4701-b7a4-f54b8fe3a6c5"
/>

(cherry picked from commit f1d9f18d96050d89a4085c961f572f07b1e653d1)
2024-05-26 18:37:20 +02:00
..
activate.tmpl
captcha.tmpl
change_passwd.tmpl
change_passwd_inner.tmpl
finalize_openid.tmpl
forgot_passwd.tmpl
grant.tmpl Return access_denied error when an OAuth2 request is denied (#30974) 2024-05-26 18:37:20 +02:00
grant_error.tmpl
link_account.tmpl [Port] gitea#29982 Introduce .secondary-nav and handle .page-content spacing universally 2024-03-28 16:43:09 +01:00
oidc_wellknown.tmpl
prohibit_login.tmpl
reset_passwd.tmpl
signin.tmpl
signin_inner.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
signin_navbar.tmpl [Port] gitea#29982 Introduce .secondary-nav and handle .page-content spacing universally 2024-03-28 16:43:09 +01:00
signin_openid.tmpl
signup.tmpl
signup_inner.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
signup_openid_connect.tmpl
signup_openid_navbar.tmpl [Port] gitea#29982 Introduce .secondary-nav and handle .page-content spacing universally 2024-03-28 16:43:09 +01:00
signup_openid_register.tmpl
twofa.tmpl
twofa_scratch.tmpl
webauthn.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
webauthn_error.tmpl Migrate gt-hidden to tw-hidden (#30046) 2024-03-30 07:17:29 +01:00