## Description Provide a generic support for an openID Connect provider. ## Acceptance criteria - [x] MapStore can be configured via `mapstore-ovr.properies` to be connected to a generic openid provider - [x] The configuration allows to configure standard minimal properties to allow the user to login, with optional user creation. The minimal are: - `discoveryUrl` : to properly - `clientId` - `clientSecret` - `principalKey`: to identify the claim to use for the username. - [x] The login should be available as an alternative login method in he login form or direct (as for keycloak, google etc..) - [x] Logout have to be impelmented too. The purpose is to provide the support to allow login via oidc + LDAP, for services like Azure. ## Other useful information
Description
Provide a generic support for an openID Connect provider.
Acceptance criteria
mapstore-ovr.properiesto be connected to a generic openid providerdiscoveryUrl: to properlyclientIdclientSecretprincipalKey: to identify the claim to use for the username.The purpose is to provide the support to allow login via oidc + LDAP, for services like Azure.
Other useful information