Skip to content

refactor: Reconfigure authentication workflow to use Madbot API OIDC service

Julien Seiler requested to merge nuxtoauth into dev
  • LDAP authentication is not supported on client side anymore
  • Property session.userMadbot is deprecated, please use session.user.username to get current user username
  • New OIDC workflow requires only the following settings :
    • NUXT_OIDC_WELL_KNOW : url of the wellknow OpenID configuration
    • NUXT_OIDC_CLIENT_ID
    • NUXT_OIDC_CLIENT_SECRET
  • Client declaration on OIDC service must match the following callback url : http(s):///api/auth/callback/madbot

Merge request reports