{noformat} oidc.endpoint.authorization=https://login.microsoftonline.com/{tenant id}/oauth2/v2.0/authorize oidc.endpoint.token=https://login.microsoftonline.com/{tenant id}/oauth2/v2.0/token oidc.endpoint.userinfo=https://graph.microsoft.com/oidc/userinfo oidc.endpoint.logout=https://login.microsoftonline.com/{tenant id}/oauth2/v2.0/logout oidc.scope=openid,profile,email,address,phone oidc.clientid={client id} oidc.secret={secret} {noformat} I have used the above configuration for oidc authentication, which works fine while a user is logging in, but couldn’t logout from the xwiki, as the Logout link is not pointing to the oidc logout endpoint instead it points to xwiki logout only and I was not able to Logout the user. |
|