mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-14 12:28:49 +00:00
Add an addon for password-based authentication against Keycloak.
This commit is contained in:
parent
8bd9c6dac9
commit
344e2c6978
3 changed files with 169 additions and 0 deletions
4
keycloakpassword/templates/admin.tpl
Executable file
4
keycloakpassword/templates/admin.tpl
Executable file
|
@ -0,0 +1,4 @@
|
|||
{{include file="field_input.tpl" field=$client_id}}
|
||||
{{include file="field_input.tpl" field=$secret}}
|
||||
{{include file="field_input.tpl" field=$endpoint}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
Loading…
Add table
Add a link
Reference in a new issue