Skip to content

Commit e02546b

Browse files
committed
Change name (again) to IAP
Now Interoperable Authentication Protocol to avoid confusion with other items in the auth space labelled IAM (Identity and Access Management).
1 parent 108daed commit e02546b

File tree

6 files changed

+8
-16
lines changed

6 files changed

+8
-16
lines changed

IVOA-IAM.tex renamed to IAP.tex

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\input gitmeta
44
\usepackage[textsize=small,textwidth=3.8cm,backgroundcolor=yellow]{todonotes}
55

6-
\title{IVOA Interoperable Authentication Management}
6+
\title{IVOA Interoperable Authentication Protocol}
77

88
% see ivoatexDoc for what group names to use here; use \ivoagroup[IG] for
99
% interest groups.
@@ -25,7 +25,7 @@
2525
\begin{document}
2626

2727
\begin{abstract}
28-
IVOA's Interoperable Authentication Management explains how
28+
IVOA's Interoperable Authentication Protocol explains how
2929
VO services can manage the authentication process for
3030
interoperability with clients, especially non-browser clients.
3131
Particularly, this document
@@ -36,14 +36,6 @@
3636
\end{abstract}
3737

3838

39-
\todo{The title is up for debate.
40-
Sara/Dave suggest maybe Interoperable Authentication Protocol instead?
41-
Or something else.
42-
BM: "Protocol" may be better than "Management" so it's IAP, instead of
43-
IAM, which is a term in this same field meaning
44-
"Identity and Access Management".}
45-
46-
4739
\section*{Acknowledgments}
4840

4941

@@ -190,7 +182,7 @@ \subsection{Role within the VO Architecture}
190182
Fig.~\ref{fig:archdiag} shows the role this document plays within the
191183
IVOA architecture \citep{2021ivoa.spec.1101D}.
192184

193-
IVOA-IAM provides a way to advertise authentication methods
185+
IAP provides a way to advertise authentication methods
194186
associated with existing VO services.
195187
For services like TAP \citep{2019ivoa.spec.0927D}
196188
that comply with VOSI \citep{2017ivoa.spec.0524G} to

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# for the targets available.
33

44
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
5-
DOCNAME = IVOA-IAM
5+
DOCNAME = IAP
66

77
# count up; you probably do not want to bother with versions <1.0
88
DOCVERSION = 1.0
99

1010
# Publication date, ISO format; update manually for "releases"
11-
DOCDATE = 2025-05-15
11+
DOCDATE = 2025-05-27
1212

1313
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
1414
DOCTYPE = WD

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IVOA-IAM
1+
# IVOA Interoperable Authentication Protocol
22

33
This document describes how services in the
44
[Virtual Observatory](https://ivoa.net)

role_diagram.pdf

-359 Bytes
Binary file not shown.

role_diagram.svg

Lines changed: 1 addition & 1 deletion
Loading

role_diagram.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ of the various sections) to have the box centered.
3434
<!-- <rec name="GMS" x="534" y="460" w="32"/> -->
3535
<rec name="VOSI" x="568" y="435" w="34"/>
3636

37-
<thisrec name="IAM" x="300" y="435" w="32"/>
37+
<thisrec name="IAP" x="300" y="435" w="32"/>
3838

3939
</archdiag>

0 commit comments

Comments
 (0)