Projet

Général

Profil

« Précédent | Suivant » 

Révision a893339e

Ajouté par Serghei Mihai il y a environ 9 ans

acr values emptied as not supported(for the moment)

Voir les différences:

ckanext/ozwillo_pyoidc/conf.py
21 21
    "response_types": ["code"]
22 22
}
23 23

  
24
ACR_VALUES = ["SAML"]
24
ACR_VALUES = None
25 25

  
26 26
CLIENT = {
27 27
    "srv_discovery_url": "https://accounts.ozwillo-preprod.eu/",
ckanext/ozwillo_pyoidc/plugin.py
1 1
import logging
2
import conf
3 2

  
4 3
import ckan.plugins as plugins
5 4
import ckan.plugins.toolkit as toolkit

Formats disponibles : Unified diff