parent
							
								
									a10e42d448
								
							
						
					
					
						commit
						ae76ef9c0b
					
				
					 20 changed files with 365 additions and 100 deletions
				
			
		
							
								
								
									
										18
									
								
								authentik/data.tf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								authentik/data.tf
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| data "authentik_flow" "default-provider-authorization-implicit-consent" { | ||||
|   slug = "default-provider-authorization-implicit-consent" | ||||
| } | ||||
| 
 | ||||
| data "authentik_flow" "default-authentication-flow" { | ||||
|   slug = "default-authentication-flow" | ||||
| } | ||||
| data "authentik_property_mapping_provider_scope" "scope-email" { | ||||
|   name = "authentik default OAuth Mapping: OpenID 'email'" | ||||
| } | ||||
| 
 | ||||
| data "authentik_property_mapping_provider_scope" "scope-profile" { | ||||
|   name = "authentik default OAuth Mapping: OpenID 'profile'" | ||||
| } | ||||
| 
 | ||||
| data "authentik_property_mapping_provider_scope" "scope-openid" { | ||||
|   name = "authentik default OAuth Mapping: OpenID 'openid'" | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chris Cowley
						Chris Cowley