dataset/seed/lemonldap/extras/oauth2/00_oauth2.xml

31 lines
1.7 KiB
XML
Raw Normal View History

2022-03-08 19:42:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<variables>
2022-08-18 10:19:43 +02:00
<variable name="remotes" description="Remote clients needing to verify OAuth2 account" type="domainname" multi="True" provider="OAuth2"/>
2022-06-26 19:33:44 +02:00
<family name="oauth2_" description="OAuth2 for " dynamic="oauth2.remotes">
2022-08-18 10:19:43 +02:00
<variable name="secret_" description="Remote secret for " type="password" mandatory="True" hidden="True" provider="OAuth2:secret"/>
<variable name="name_" description="Remote name for " hidden="True" provider="OAuth2:name"/>
<variable name="description_" description="Remote description for " hidden="True" provider="OAuth2:description"/>
<variable name="category_" hidden="True" provider="OAuth2:category"/>
<variable name="login_" description="Remote URL to login" hidden="True" provider="OAuth2:login"/>
2022-06-24 19:00:16 +02:00
<family name="external_" leadership="True">
2022-08-18 10:19:43 +02:00
<variable name="hosts_" description="Remote external for " provider="OAuth2:external" multi="True"/>
<variable name="family_" hidden="True" provider="OAuth2:family"/>
2022-06-24 19:00:16 +02:00
</family>
2022-08-18 10:19:43 +02:00
<variable name="logo_" hidden="True" provider="OAuth2:logo"/>
<variable name="token_signature_algo_" type="choice" description="OAuth2 token signature algorithm" mandatory='True' hidden="True" provider="OAuth2:token_signature_algo">
2022-03-08 19:42:28 +01:00
<choice>HS512</choice>
<choice>RS256</choice>
</variable>
</family>
2022-08-18 10:19:43 +02:00
<variable name="clients" description="Remote clients" type="domainname" multi="True" supplier="OAuth2Client"/>
2022-03-08 19:42:28 +01:00
</variables>
2022-08-18 10:19:43 +02:00
<constraints>
<fill name="calc_value">
<param type="variable">oauth2.remotes</param>
<target>oauth2.clients</target>
</fill>
</constraints>
2022-03-08 19:42:28 +01:00
</rougail>