0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-27 11:39:06 +02:00
gitea/templates/user/auth/oidc_wellknown.tmpl

10 lines
286 B
Handlebars
Raw Normal View History

{
"issuer": "{{AppUrl | JSEscape | Safe}}",
"authorization_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/authorize",
"token_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/access_token",
"response_types_supported": [
"code",
"id_token"
]
}