Skip to content

Commit

Permalink
Merge pull request #269 from jaider/main
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
1iveowl committed Mar 9, 2024
2 parents 266c6ea + cb670e5 commit 3f0449e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Saas.Identity/Saas.IdentityProvider/readme.md
Expand Up @@ -189,7 +189,7 @@ Other values in `initConfig`:
| `solutionName` | test | The suggestion is to leave it as default or limit it to four letters. |
| `azureb2c/location` | N/A | Note that this is not the same as the location above, but is rather the names of the Azure AD B2C regions available. Unfortunately, there's currently no command available for getting the list. |
| `azureb2c/countryCode` | N/A | An available ISO country code |
| `azureb2c/skuName` | PremiumP1 | Available options are `Standard`, `Premium1` and `Premium2` |
| `azureb2c/skuName` | PremiumP1 | Available options are `PremiumP1` or `PremiumP2` |
| `azureb2c/tier` | A0 | No known alternatives at the moment, please leave it as-is. |

### Running the script
Expand Down
2 changes: 1 addition & 1 deletion src/Saas.Identity/Saas.Permissions/readme.md
Expand Up @@ -179,7 +179,7 @@ Here are the steps to set things up for deploying the SaaS Permissions Service A

This will update the `AZURE_WEBAPP_NAME` environment variable in the GitHub Action YAML file, specifying the name of the SaaS Permissions Service API, as seen here in the file `./.github/workflows/permissions-api-deploy.yaml`:

![image-20230126230446548](assets/readme/image-20230126230446548.png)
![image-20230126230446548](.assets/readme/image-20230126230446548.png)

> *Info*: the SaaS Permissions Service API name is fetched from the `config.json` file that was created when running the Identity Foundation deployment script.
Expand Down

0 comments on commit 3f0449e

Please sign in to comment.