Updated Client configuration (markdown)
parent
5f7f8461b4
commit
e474014086
|
@ -31,8 +31,8 @@ To map these authorities into more useful ones like **ROLE_USER** and **ROLE_ADM
|
||||||
<set>
|
<set>
|
||||||
<!-- This is an example of how to set up a user as an administrator: they'll be given ROLE_ADMIN in addition to ROLE_USER -->
|
<!-- This is an example of how to set up a user as an administrator: they'll be given ROLE_ADMIN in addition to ROLE_USER -->
|
||||||
<bean class="org.mitre.openid.connect.client.SubjectIssuerGrantedAuthority">
|
<bean class="org.mitre.openid.connect.client.SubjectIssuerGrantedAuthority">
|
||||||
<constructor-arg name="subject" value="${admin.sub}" />
|
<constructor-arg name="subject" value="admin-subject" />
|
||||||
<constructor-arg name="issuer" value="${admin.iss}" />
|
<constructor-arg name="issuer" value="https://admin-issuer.example.com/" />
|
||||||
</bean>
|
</bean>
|
||||||
</set>
|
</set>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue