How 2 configure the cluster to enable the tenant management API to create and modify tanants.
Table of Contents
How2
- open the internal git repository (e.g. by port forwarding the pod)
- open the
application-oauth2.yml
for editing - create an entry in {{authentication.oauth2.tenants}}
Subsection(s)
For Loop in Java (brief, concise title)
for (int i = 0; i < 10; i++) { System.out.println("Hello World " + i); }