providers/oauth2: only send id_token as access_token if ADFS compat mode is enabled
This commit is contained in:
		@ -41,4 +41,10 @@ class Migration(migrations.Migration):
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.RunPython(create_default_admin_group),
 | 
			
		||||
        migrations.AlterModelManagers(
 | 
			
		||||
            name='user',
 | 
			
		||||
            managers=[
 | 
			
		||||
                ('objects', passbook.core.models.UserManager()),
 | 
			
		||||
            ],
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user