first commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								.env.sample
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.env.sample
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| NEXT_PUBLIC_CERBEROS_API_URL =  // URL for the Cerberos BFF API | ||||
| NEXT_PUBLIC_API_URL =  // Base URL for blueprint BFF layer(this was included before cerberos implementation) | ||||
| NEXT_PUBLIC_APP_ID =  // Application ID for client identification(cliendId) | ||||
| NEXT_PUBLIC_REDIRECT_URI =  // URI to redirect after authentication(blueprint uri + /main) | ||||
| NEXT_PUBLIC_SCOPE =  // Permissions scope for the application(should be User.Read) | ||||
| NEXT_PUBLIC_AUTHORITY =  // Authority URL for authentication, e.g., https://{domain}.ciamlogin.com/{tenandId}/ | ||||
| NEXT_PUBLIC_LOGOUT_URI =  // URI to redirect after logout(blueprint uri + /logout) | ||||
| NEXT_PUBLIC_ACCESS_AS_USER =  // access as user scope api://{clientId}/{access as user scope} | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin