9 lines
711 B
Plaintext
9 lines
711 B
Plaintext
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}
|