Skip to content

Commit 0997278

Browse files
author
Giuseppe De Marco
authored
rename specs
1 parent b629282 commit 0997278

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-openidfed4wallet.yml renamed to .github/workflows/build-federation-wallet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959

6060
- name: Run the build process with Docker
6161
run: |
62-
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-4-wallet-architectures-1_0.md
62+
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-wallet-1_0.md
6363
- name: rename
6464
run: |
65-
mv ./openid-federation-4-wallet-architectures-1_0*.html ./html/openid-federation-4-wallet-architectures-wg-$BRANCH_NAME.html
65+
mv ./openid-federation-wallet-1_0*.html ./html/openid-federation-wallet-$BRANCH_NAME.html
6666
6767
- name: Deploy to GitHub Pages
6868
if: success()

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# OpenID Federation 1.0 for Wallet Architectures
1+
# OpenID Federation 1.0 Wallet Architectures
22

3-
This repository contains the OpenID Federation for Wallet Architecture specification.
3+
This repository contains the OpenID Federation for Wallet Architectures specification.
44

55
It outlines the general architecture of a federated trust infrastructure for wallet ecosystems, identifying participant roles and defining metadata used for those roles.
66
In particular, it defines the metadata for the roles of Wallet Provider and Wallet Relying Party.
@@ -10,13 +10,13 @@ Additionally, it provides practical examples of how to apply policies for typica
1010
### Current WG-Draft
1111

1212
The current WG-Draft version is built automatically from the main branch and can be accessed at:
13-
[https://peppelinux.github.io/openid-federation-4-wallet-architectures/openid-federation-4-wallet-architectures-wg-main.html](https://peppelinux.github.io/openid-federation-4-wallet-architectures/openid-federation-4-wallet-architectures-wg-main.html
13+
[https://peppelinux.github.io/openid-federation-wallet/openid-federation-wallet-main.html](https://peppelinux.github.io/openid-federation-wallet/openid-federation-wallet-main.html
1414
)
1515

1616

1717
### Build the HTML ###
1818

19-
```docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-4-wallet-architectures-1_0.md```
19+
```docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-wallet-1_0.md```
2020

2121
## Contact
2222

openid-federation-4-wallet-architectures-1_0.md renamed to openid-federation-wallet-1_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
%%%
2-
title = "OpenID Federation for Wallet Architectures"
3-
abbrev = "openid-federation-4-wallet-architectures"
2+
title = "OpenID Federation Wallet Architectures"
3+
abbrev = "openid-federation-wallet"
44
ipr = "none"
55
workgroup = "OpenID Connect A/B"
66
keyword = ["security", "openid", "ssi"]
77

88
[seriesInfo]
99
name = "Internet-Draft"
10-
value = "openid-federation-4-wallet-architectures-1_0-00"
10+
value = "openid-federation-wallet-00"
1111
status = "standard"
1212

1313
[[author]]

0 commit comments

Comments
 (0)