<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Hi Henri,</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I saw that entry</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<table data-testid="renderer-table" data-number-column="false" data-table-width="1800" data-layout="full-width" id="table_0">
<tbody>
<tr>
<td data-colwidth="168">
<div style="margin-top: 1em; margin-bottom: 1em; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
encryptionOptional</div>
</td>
<td data-colwidth="89">
<div style="margin-top: 1em; margin-bottom: 1em; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Boolean</div>
</td>
<td data-colwidth="94">
<div style="margin-top: 1em; margin-bottom: 1em; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
false</div>
</td>
<td data-colwidth="379">
<div style="margin-top: 1em; margin-bottom: 1em; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Whether the absence of encryption details in a resource server’s metadata should fail when issuing an access token</div>
</td>
</tr>
</tbody>
</table>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
but mis-interpreted the meaning</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I took it to mean if set to true it would fail<br>
<br>
Its now working with this in relying-party.xml</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<bean id="csu.OAUTH2.TokenAudience" parent="RelyingPartyByName"</div>
<div class="elementToProof" style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
c:relyingPartyIds="#{{'https://REDACTED.csu.edu.au/oidc',</div>
<div class="elementToProof" style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
' https://REDACTED.csu.edu.au/restapi/'}}" ></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<property name="profileConfigurations"></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<list></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<ref bean="OAUTH2.Token" /></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<bean parent="OAUTH2.TokenAudience" p:encryptionOptional="true" /></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<ref bean="OAUTH2.Revocation" /></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<ref bean="OAUTH2.Introspection" /></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
</list></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
</property></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
</bean></div>
<div style="line-height: 19px; white-space: pre; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Again, thanks for your help and patience.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
regards</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Gary</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<p><span style="font-family: Arial, sans-serif; font-size: 10pt; color: rgb(218, 61, 15);"><b>Gary Lipscomb</b></span></p>
<p><span style="font-family: Arial, sans-serif; font-size: 9pt;">Technical Officer, Systems</span></p>
<p><span style="font-family: Arial, sans-serif; font-size: 9pt;">IT </span><span style="font-family: Arial, sans-serif; font-size: 9pt; color: rgb(65, 65, 65);">Infrastructure & Security | Division of Information Technology</span></p>
<p> </p>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> users <users-bounces@shibboleth.net> on behalf of Henri Mikkonen <henri.mikkonen@nimbleidm.com><br>
<b>Sent:</b> Monday, 9 September 2024 16:48<br>
<b>To:</b> users@shibboleth.net <users@shibboleth.net><br>
<b>Subject:</b> Re: Configuring OIDC to use client_credentials - InvalidMessageContext</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Gary,<br>
<br>
As the logs indicate, the error is that the resource metadata doesn't <br>
contain valid combination of encryption parameters and credentials.<br>
<br>
As documented in the OAuth Profile-specific settings for <br>
OAUTH2.TokenAudience [1], the default value for encryptionOptional is <br>
'false'. You need to change that to disable encryption. If you wish to <br>
encrypt the JWT access token, then you need to modify the resource <br>
metadata to contain valid combination of encryption parameters and <br>
credentials.<br>
<br>
BR,<br>
Henri.<br>
<br>
[1] <br>
<a href="https://shibboleth.atlassian.net/wiki/spaces/IDPPLUGINS/pages/2931425281/OPTokenAudience">https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fspaces%2FIDPPLUGINS%2Fpages%2F2931425281%2FOPTokenAudience&data=05%7C02%7Cglipscomb%40csu.edu.au%7C3827dd4e9a05454c844308dcd09b7a8a%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638614614494429824%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C80000%7C%7C%7C&sdata=SrrQ2kUzCsSOB4Sl%2FiSb3kOJLP7FDERcKf68h9%2FdfPM%3D&reserved=0</a><br>
<br>
On 9.9.2024 8.56, Lipscomb, Gary wrote:<br>
> Hi Henri,<br>
> <br>
> thanks for pick on saml:Audience. All working there.<br>
> <br>
> The issue I now have is errors with encrypting the JWT token<br>
> <br>
> 024-09-09 15:40:18,360 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.security.jose.impl.ClientInformationKeyTransportEncryptionAlgorithmsLookupStrategy:117] - No supported key transport algorithm. Client metadata and configuration are not compatible<br>
> 2024-09-09 15:40:18,372 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.security.jose.impl.ClientInformationDataEncryptionAlgorithmsLookupStrategy:116] - No supported data encryption method. Client metadata and configuration are not compatible<br>
> 2024-09-09 15:40:18,373 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.security.jose.impl.DefaultEncryptionParametersResolver:295] - Validation failure: Failed to resolve an encryption key<br>
> 2024-09-09 15:40:18,374 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTEncryptionParameters:294] - <br>
> Profile Action PopulateJWTEncryptionParameters: Resolver returned no <br>
> EncryptionParameters<br>
> 2024-09-09 15:40:18,458 - 10.0.2.2 - WARN <br>
> [org.opensaml.profile.action.impl.LogEvent:101] - A non-proceed event <br>
> occurred while processing the request: InvalidSecurityConfiguration<br>
> <br>
> <br>
> <br>
> *<br>
> i*dp-process.log*<br>
> <br>
> <br>
> 2024-09-09 15:40:15,112 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.metadata.impl.StorageServiceClientInformationResolver:77] - Could not find any records with clientId
<a href="https://redacted.csu.edu.au/oidc">https://REDACTED.csu.edu.au/oidc</a><br>
> 2024-09-09 15:40:16,246 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureValidationParametersHandler:130] - Message Handler: Resolving SignatureValidationParameters for request<br>
> 2024-09-09 15:40:16,248 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureValidationParametersResolver:104] - Resolved JWT SignatureValidationParameters:<br>
> 2024-09-09 15:40:16,248 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureValidationParametersResolver:106] - Algorithm includes: []<br>
> 2024-09-09 15:40:16,248 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureValidationParametersResolver:107] - Algorithm excludes: []<br>
> 2024-09-09 15:40:16,249 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureValidationParametersResolver:109] - SignatureTrustEngine: present<br>
> 2024-09-09 15:40:16,249 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureValidationParametersHandler:150] - Message Handler: Resolved SignatureValidationParameters<br>
> 2024-09-09 15:40:16,535 - 10.0.2.2 - INFO <br>
> [net.shibboleth.idp.plugin.oidc.op.authn.impl.OIDCClientInfoCredentialValidator:152] - Credential Validator oauth2-clientinfo: Login by '<a href="https://redacted.csu.edu.au/oidc">https://REDACTED.csu.edu.au/oidc</a>' succeeded<br>
> 2024-09-09 15:40:16,869 - 10.0.2.2 - INFO <br>
> [net.shibboleth.idp.authn.impl.FinalizeAuthentication:196] - Profile <br>
> Action FinalizeAuthentication: Principal <a href="https://REDACTED">https://REDACTED</a>
<br>
> <<a href="https://REDACTED">https://REDACTED</a>>.csu.edu.au/oidc authenticated<br>
> 2024-09-09 15:40:17,144 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.metadata.impl.StorageServiceClientInformationResolver:77] - Could not find any records with clientId
<a href="https://REDACTED">https://REDACTED</a> <<a href="https://REDACTED">https://REDACTED</a>>.csu.edu.au/restapi/<br>
> 2024-09-09 15:40:18,227 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParameters:230] - Profile Action PopulateJWTSignatureSigningParameters: Signing enabled<br>
> 2024-09-09 15:40:18,227 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParametersHandler:256] - Message Handler: Signing enabled<br>
> 2024-09-09 15:40:18,228 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParametersHandler:267] - Message Handler: Resolving SignatureSigningParameters for request<br>
> 2024-09-09 15:40:18,229 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParametersHandler:295] - Message Handler: Adding metadata to resolution criteria for signing/digest algorithms<br>
> 2024-09-09 15:40:18,229 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParametersHandler:302] - Message Handler: Adding OIDC client information to resolution criteria for signing/digest algorithms<br>
> 2024-09-09 15:40:18,230 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParametersHandler:317] - Message Handler: OIDCProviderMetadataContext is absent<br>
> 2024-09-09 15:40:18,245 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.ClientInformationSignatureSigningParametersResolver:101] - No signature algorithm specified in the metadata, using default<br>
> 2024-09-09 15:40:18,250 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureSigningParametersResolver:150] - Resolved SignatureSigningParameters:<br>
> 2024-09-09 15:40:18,250 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureSigningParametersResolver:154] - Signing credential with key algorithm: RSA<br>
> 2024-09-09 15:40:18,251 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.security.jose.impl.BasicSignatureSigningParametersResolver:159] - Signature algorithm URI: RS256<br>
> 2024-09-09 15:40:18,251 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTSignatureSigningParametersHandler:350] - Message Handler: Resolved SignatureSigningParameters<br>
> 2024-09-09 15:40:18,357 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTEncryptionParameters:277] - <br>
> Profile Action PopulateJWTEncryptionParameters: Resolving <br>
> EncryptionParameters for 'JWT Access Token' encryption<br>
> 2024-09-09 15:40:18,359 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTEncryptionParameters:328] - <br>
> Profile Action PopulateJWTEncryptionParameters: Adding OIDC client <br>
> information to resolution criteria for encryption algorithms<br>
> 2024-09-09 15:40:18,359 - 10.0.2.2 - DEBUG <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTEncryptionParameters:344] - <br>
> Profile Action PopulateJWTEncryptionParameters: <br>
> OIDCProviderMetadataContext is absent<br>
> 2024-09-09 15:40:18,360 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.security.jose.impl.ClientInformationKeyTransportEncryptionAlgorithmsLookupStrategy:117] - No supported key transport algorithm. Client metadata and configuration are not compatible<br>
> 2024-09-09 15:40:18,372 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.security.jose.impl.ClientInformationDataEncryptionAlgorithmsLookupStrategy:116] - No supported data encryption method. Client metadata and configuration are not compatible<br>
> 2024-09-09 15:40:18,373 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.security.jose.impl.DefaultEncryptionParametersResolver:295] - Validation failure: Failed to resolve an encryption key<br>
> 2024-09-09 15:40:18,374 - 10.0.2.2 - WARN <br>
> [net.shibboleth.oidc.profile.impl.PopulateJWTEncryptionParameters:294] - <br>
> Profile Action PopulateJWTEncryptionParameters: Resolver returned no <br>
> EncryptionParameters<br>
> 2024-09-09 15:40:18,458 - 10.0.2.2 - WARN <br>
> [org.opensaml.profile.action.impl.LogEvent:101] - A non-proceed event <br>
> occurred while processing the request: InvalidSecurityConfiguration<br>
> 2024-09-09 15:40:18,784 - 10.0.2.2 - INFO <br>
> [Shibboleth-Audit.OIDC.Token:338] - <br>
> 10.0.2.2|2024-09-09T05:40:14.951338Z|2024-09-09T05:40:18.783766Z|https://REDACTED.csu.edu.au/oidc|https://REDACTED.csu.edu.au/oidc|||2024-09-09T05:40:16.550542Z||https://REDACTED.csu.edu.au/oidc||false|||TokenRequest|TokenErrorResponse|||||curl/8.7.1<br>
> <br>
> <br>
> <br>
> *<br>
> *../conf/credentials.xml*<br>
> <br>
> --><br>
> </util:list><br>
> <br>
> <import resource="oidc-credentials.xml"/><br>
> </beans><br>
> <br>
> *<br>
> *../conf/oidc.properties*<br>
> <br>
> # Signing keys for id tokens / userinfo response<br>
> idp.signing.oidc.rs.key = %{idp.home}/credentials/idp-signing-rs.jwk<br>
> idp.signing.oidc.es.key = %{idp.home}/credentials/idp-signing-es.jwk<br>
> # Request object decryption key<br>
> idp.signing.oidc.rsa.enc.key = <br>
> %{idp.home}/credentials/idp-encryption-rsa.jwk<br>
> <br>
> *<br>
> *metadata*<br>
> <br>
> tried this<br>
> <br>
> <oidcmd:OAuthRPExtensions<br>
> grant_types="client_credentials"<br>
> response_types="token"<br>
> token_endpoint_auth_method="client_secret_post"<br>
> scopes="profile"<br>
> id_token_encrypted_response_alg="RSA-SHA256"<br>
> id_token_encrypted_response_enc="AES256-CBC"><br>
> <br>
> <saml:Audience>https://archibusqaupgrade.csu.edu.au/restapi/</saml:Audience><br>
> </oidcmd:OAuthRPExtensions><br>
> <br>
> regards<br>
> <br>
> Gary<br>
> <br>
> *Gary Lipscomb*<br>
> <br>
> Technical Officer, Systems<br>
> <br>
> IT Infrastructure & Security | Division of Information Technology<br>
> <br>
> <br>
> ------------------------------------------------------------------------<br>
> *From:* users <users-bounces@shibboleth.net> on behalf of Henri Mikkonen <br>
> <henri.mikkonen@nimbleidm.com><br>
> *Sent:* Wednesday, 4 September 2024 14:28<br>
> *To:* users@shibboleth.net <users@shibboleth.net><br>
> *Subject:* Re: Configuring OIDC to use client_credentials - <br>
> InvalidMessageContext<br>
> Hi Gary,<br>
> <br>
> Ah, now I see how you've defined the audience in the metadata:<br>
> <br>
> On 4.9.2024 6.25, Lipscomb, Gary wrote:<br>
> > <oidcmd:OAuthRPExtensions<br>
> > grant_types="client_credentials"<br>
> > response_types="token"<br>
> > token_endpoint_auth_method="client_secret_post"<br>
> > scopes="profile"<br>
> > saml:Audience="<a href=""></a>https://REDACTED.csu.edu.au/restapi/
<br>
> <<a href="https://redacted.csu.edu.au/restapi/">https://redacted.csu.edu.au/restapi/</a>>" ><br>
> > </oidcmd:OAuthRPExtensions><br>
> <br>
> It's supposed to be in a child element, not as an attribute like you've<br>
> done.<br>
> <br>
> This should work:<br>
> <br>
> <oidcmd:OAuthRPExtensions<br>
> grant_types="client_credentials"<br>
> response_types="token"<br>
> token_endpoint_auth_method="client_secret_post"<br>
> scopes="profile"><br>
> <saml:Audience>https://REDACTED.csu.edu.au/restapi/</saml:Audience><br>
> </oidcmd:OAuthRPExtensions><br>
> <br>
> BR,<br>
> Henri.<br>
> --<br>
> For Consortium Member technical support, see <br>
> <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw">https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fx%2FZYEpPw&data=05%7C02%7Cglipscomb%40csu.edu.au%7C3827dd4e9a05454c844308dcd09b7a8a%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638614614494442469%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C80000%7C%7C%7C&sdata=4E2XIYafjqLBn98wCs8v%2BGm%2FUrmDMYjEGd7CJg4vXzc%3D&reserved=0</a>
<<a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw">https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fx%2FZYEpPw&data=05%7C02%7Cglipscomb%40csu.edu.au%7C3827dd4e9a05454c844308dcd09b7a8a%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638614614494451359%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C80000%7C%7C%7C&sdata=bCmFY%2FHcQgb5bdMje1sf5UmAw5feNA7PGjXFQhHhy6Q%3D&reserved=0</a>><br>
> To unsubscribe from this list send an email to <br>
> users-unsubscribe@shibboleth.net<br>
> Charles Sturt University<br>
> <br>
> Charles Sturt <<a href="https://www.csu.edu.au/">https://www.csu.edu.au/</a>><br>
> <br>
> ------------------------------------------------------------------------<br>
> <br>
> LEGAL NOTICE<br>
> <br>
> This email (including correspondence comprising an email chain and any <br>
> attachment) is confidential and is intended for the use of the <br>
> addressee(s) only. If you are not the intended recipient of this email, <br>
> you must not copy, distribute, take any action in reliance on it or <br>
> disclose it to anyone.<br>
> Any confidentiality is not waived or lost by reason of mistaken <br>
> delivery. Any email should be checked for viruses and defects before <br>
> opening. Charles Sturt University does not accept liability for viruses <br>
> or any consequence which arise as a result of this email transmission. <br>
> Email communications with Charles Sturt University may be subject to <br>
> automated email filtering, which could result in the delay or deletion <br>
> of a legitimate email before it is read at Charles Sturt University. The <br>
> views expressed in this email are not necessarily those of Charles Sturt <br>
> University.<br>
> <br>
> Charles Sturt University in Australia <<a href="https://www.csu.edu.au/">https://www.csu.edu.au/</a>> The
<br>
> Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: <br>
> 83 878 708 551). Charles Sturt University - TEQSA Provider <br>
> Identification: PRV12018 (Australian University). CRICOS Provider: 00005F.<br>
> <br>
> Consider the environment before printing this email.<br>
> <br>
-- <br>
For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw">
https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fx%2FZYEpPw&data=05%7C02%7Cglipscomb%40csu.edu.au%7C3827dd4e9a05454c844308dcd09b7a8a%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638614614494459592%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C80000%7C%7C%7C&sdata=50F3KmKQvM%2BHVMXveUX1Sn90q1RFq2GTcjWjSXpJ8SA%3D&reserved=0</a><br>
To unsubscribe from this list send an email to users-unsubscribe@shibboleth.net<br>
</div>
</span></font></div>
<!DOCTYPE html>
<title>Charles Sturt University</title>
<style>p {font-family:arial, helvetica, sans-serif;font-size:9px;}</style>
<p><a href="https://www.csu.edu.au/" style="text-decoration:none;"><img alt="Charles Sturt" style="height:60px;padding:10px;" src="https://www.csu.edu.au/email/images/charles-sturt-logo/charles-sturt-university-logo.png"></a></p>
<hr>
<p style="font-weight:bold">LEGAL NOTICE</p>
<p>This email (including correspondence comprising an email chain and any attachment) is confidential and is intended for the use of the addressee(s) only. If you are not the intended recipient of this email, you must not copy, distribute, take any action in
reliance on it or disclose it to anyone.<br>
Any confidentiality is not waived or lost by reason of mistaken delivery. Any email should be checked for viruses and defects before opening. Charles Sturt University does not accept liability for viruses or any consequence which arise as a result of this email
transmission. Email communications with Charles Sturt University may be subject to automated email filtering, which could result in the delay or deletion of a legitimate email before it is read at Charles Sturt University. The views expressed in this email
are not necessarily those of Charles Sturt University.</p>
<p><a style="color:#da3d0f;" href="https://www.csu.edu.au/">Charles Sturt University in Australia</a> The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551). Charles Sturt University - TEQSA Provider Identification: PRV12018
(Australian University). CRICOS Provider: 00005F.</p>
<p>Consider the environment before printing this email.</p>
</body>
</html>