1
0
Форкнуть 0
This commit is contained in:
Mauricio Esquivel Rogel 2021-03-24 18:38:36 -07:00
Родитель 38bdcd2197
Коммит 23325556a3
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,10 @@
# version 0.12.1-preview.3
## Support IdToken Hint Tokens
**Type of change:** feature work
**Customer impact:** low
- Add new TokenType for IdToken Hints.
- Augment IdTokenAttestationModel with optional trusted issuers.
# version 0.12.1-preview.2
## Add error codes to the validation response
**Type of change:** engineering