<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <accessmanagerOidcConfiguration> <identityProvider> <issuerUrl>text</issuerUrl> <client> <clientId>text</clientId> <clientSecret>text</clientSecret> </client> <authenticationRequestScopes> <scope>text</scope> <scope>text</scope> </authenticationRequestScopes> <usePKCE>true</usePKCE> <adminService>keycloak</adminService> <relyingPartyInitiatedLogout>true</relyingPartyInitiatedLogout> <allowTokenPassthrough>true</allowTokenPassthrough> <userDetailsTokenName>id_token</userDetailsTokenName> <userNameClaim>text</userNameClaim> <authenticationUrl>text</authenticationUrl> <tokenUrl>text</tokenUrl> <logoutUrl>text</logoutUrl> <adminServiceUrl>text</adminServiceUrl> <publicKey type="text" algorithm="text">dGV4dA==</publicKey> <groupMapping> <claim>text</claim> <claimPath>text</claimPath> <staticMapping claimValue="text" groupName="text"/> <staticMapping claimValue="text" groupName="text"/> <dynamicMapping>true</dynamicMapping> </groupMapping> <propertyMapping> <property name="text"> <claim>text</claim> <claimPath>text</claimPath> </property> <property name="text"> <claim>text</claim> <claimPath>text</claimPath> </property> </propertyMapping> </identityProvider> </accessmanagerOidcConfiguration>