Table of Contents

oauthazure Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" yes
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin Azure Service for use with the oAuth Plugin

Last updated on
2023-04-20
Provides
Action
Repository
Source
Requires
oauth

Tagged with authentication, azure, oauth

Installation

:!: External requirements: This plugin requires the oAuth Plugin.

Install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration

Create a new Application in your Azure account, then configure:

By default, the plugin will map roles found in the JWT auth token to groups. If you want to use the user's real groups in ACLs you need to enable the fetchgroups config. The plugin will request two additional permissions on top of the usual oAuth scopes: User.Read and GroupMember.Read.All.

Assign the group “azure” to the users, then you can log in directly with it.

For further setup see oauth page.

All users authorized by this plugin are added to automatic azure group by oauth. You can use this in your ACL configuration.

Development

Acknowledgements

The code has been originally based on the oauthkeycloak plugin.

Change Log