Skip to main content

NextCloud Tutorial

Welcome to the NextCloud setup tutorial! This tutorial will guide you through the steps to integrate AuthSezam with NextCloud.

I - Technical Prerequisites

To set up OIDC on a NextCloud, you need :

  • A functional NextCloud server running on HTTPS
  • Basic knowledge of NextCloud
  • Access to the following variables:
    • $authorizationEndpoint: OIDC authorization endpoint*
    • $tokenEndpoint: OIDC token endpoint*
    • $clientId: OIDC client ID*
    • $clientSecret: OIDC client secret*
    • scope : openid

*Provided by us in a separate document

II - Installing the Components

  • Go to the "Apps" section
  • Click on the "Social & communication" tab
  • Download and activate the plugin

InstallPluginNextCloud

III - Configuring the Components

  • Go to the "Administration settings" section

  • Click on the "Social login" tab

  • Fill in the various fields:

    • Internal name : the name of your choice
    • Title : the name of your choice
    • Fill in the various fields with the provided prerequisites
  • Click on save ConfigurationNextCloud

  • You can also configure it to suit your needs

ConfigurationNextCloud

IV - Testing and Validation

  • You can log out and test with the new AuthSezam authentication method