File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Pages/Home/JwtDecoder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- @page " ~/jwt-decoder"
1
+ @page " ~/jwt-decoder"
2
2
@model IdentityServerHost .Pages .Home .JwtDecoder
3
3
4
4
<div class =" jwt-decoder-page" >
47
47
</div >
48
48
<div class =" form-group" >
49
49
<label for =" jwks-url" >Issuer, Discovery Document or JWKs URI</label >
50
- <input type =" url" class =" form-control mb-2 mr-sm-2" id =" jwks-url" name =" jwks-url" aria-describedby =" jwks-url-help" data-pristine =" true" />
50
+ <input type =" url" class =" form-control mb-2 mr-sm-2 bg-dark text-light " id =" jwks-url" name =" jwks-url" aria-describedby =" jwks-url-help" data-pristine =" true" />
51
51
<small id =" jwks-url-help" class =" form-text text-muted" >
52
52
Optionally, you can provide the issuer, discovery document or JWKs URI to validate the JWT's signature.
53
53
If you leave this field empty, the tool will use the value of the 'iss' claim.
You can’t perform that action at this time.
0 commit comments