Fix headers
This commit is contained in:
parent
a002c3a1b1
commit
03f27b2631
5 changed files with 8 additions and 7 deletions
|
@ -48,7 +48,8 @@
|
|||
.. link:topics/clients/installation.adoc[Generating Client Adapter Config]
|
||||
.. link:topics/clients/client-templates.adoc[Client Templates]
|
||||
. link:topics/roles.adoc[Roles]
|
||||
.. link:topics/roles/realm-client-roles.adoc[Realm and Client Roles]
|
||||
.. link:topics/roles/realm-roles.adoc[Realm Roles]
|
||||
.. link:topics/roles/client-roles.adoc[Client Roles]
|
||||
.. link:topics/roles/composite.adoc[Composite Roles]
|
||||
.. link:topics/roles/user-role-mappings.adoc[User Role Mappings]
|
||||
... link:topics/roles/user-role-mappings/default-roles.adoc[Default Roles]
|
||||
|
|
|
@ -16,3 +16,4 @@ Having a client inherit from a template is as simple as choosing the template fr
|
|||
to turn on or off inheriting from the parent template.
|
||||
|
||||
Future versions of client templating may get more inheritable configuration options, but for now, that's all there is to talk about.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
==== Default Groups
|
||||
=== Default Groups
|
||||
|
||||
Default groups allow you to automatically assign group membership whenever any new user is created or imported through
|
||||
<<fake/../../user-federation.adoc#_user-storage-federation, User Storage Federation>> or <<fake/../../identity-broker.adoc#_identity_broker, Identity Brokering>>.
|
||||
|
|
4
topics/roles/client-roles.adoc
Normal file
4
topics/roles/client-roles.adoc
Normal file
|
@ -0,0 +1,4 @@
|
|||
=== Client Roles
|
||||
|
||||
Client roles are basically a namespace dedicated to a client. Each client gets its own namespace. Client roles are managed
|
||||
under the `Roles` tab under each individual client. You interact with this UI the same way you do for realm level roles.
|
|
@ -17,8 +17,3 @@ The localized value is then configured within property files in your theme. See
|
|||
for more information on localization. If a client requires user _consent_, this description string will be displayed on the
|
||||
consent page for the user.
|
||||
|
||||
=== Client Roles
|
||||
|
||||
Client roles are basically a namespace dedicated to a client. Each client gets its own namespace. Client roles are managed
|
||||
under the `Roles` tab under each individual client. You interact with this UI the same way you do for realm level roles.
|
||||
|
Loading…
Reference in a new issue